Uses of Class
org.ldaptive.auth.AuthenticationResultCode
-
Packages that use AuthenticationResultCode Package Description org.ldaptive.auth -
-
Uses of AuthenticationResultCode in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationResultCode Modifier and Type Field Description private AuthenticationResultCode
AuthenticationHandlerResponse. authenticationResultCode
Authentication result code.Methods in org.ldaptive.auth that return AuthenticationResultCode Modifier and Type Method Description AuthenticationResultCode
AuthenticationHandlerResponse. getAuthenticationResultCode()
AuthenticationResultCode
AuthenticationResponse. getAuthenticationResultCode()
static AuthenticationResultCode
AuthenticationResultCode. 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.Builder
AuthenticationHandlerResponse.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.
-