Uses of Enum Class
org.ldaptive.auth.AuthenticationResultCode
Packages that use AuthenticationResultCode
-
Uses of AuthenticationResultCode in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticationResultCodeModifier and TypeFieldDescriptionprivate AuthenticationResultCode
AuthenticationHandlerResponse.authenticationResultCode
Authentication result code.Methods in org.ldaptive.auth that return AuthenticationResultCodeModifier and TypeMethodDescriptionAuthenticationHandlerResponse.getAuthenticationResultCode()
AuthenticationResponse.getAuthenticationResultCode()
static AuthenticationResultCode
Returns the enum constant of this class with the specified name.static AuthenticationResultCode[]
AuthenticationResultCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.auth with parameters of type AuthenticationResultCodeModifier and TypeMethodDescriptionAuthenticationHandlerResponse.Builder.resultCode
(AuthenticationResultCode code) Constructors in org.ldaptive.auth with parameters of type AuthenticationResultCodeModifierConstructorDescriptionAuthenticationHandlerResponse
(T result, AuthenticationResultCode code, Connection conn) Creates a new authentication response.