Uses of Class
org.ldaptive.auth.AuthenticationResultCode
- 
Packages that use AuthenticationResultCode Package Description org.ldaptive.auth 
- 
- 
Uses of AuthenticationResultCode in org.ldaptive.authFields in org.ldaptive.auth declared as AuthenticationResultCode Modifier and Type Field Description private AuthenticationResultCodeAuthenticationHandlerResponse. authenticationResultCodeAuthentication result code.Methods in org.ldaptive.auth that return AuthenticationResultCode Modifier and Type Method Description AuthenticationResultCodeAuthenticationHandlerResponse. getAuthenticationResultCode()AuthenticationResultCodeAuthenticationResponse. getAuthenticationResultCode()static AuthenticationResultCodeAuthenticationResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationResultCode[]AuthenticationResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.auth with parameters of type AuthenticationResultCode Modifier and Type Method Description AuthenticationHandlerResponse.BuilderAuthenticationHandlerResponse.Builder. resultCode(AuthenticationResultCode code)Constructors in org.ldaptive.auth with parameters of type AuthenticationResultCode Constructor Description AuthenticationHandlerResponse(T result, AuthenticationResultCode code, Connection conn)Creates a new authentication response.
 
-