Uses of Enum
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 AuthenticationResultCodeAuthenticationHandlerResponse.authenticationResultCodeAuthentication result code.Methods in org.ldaptive.auth that return AuthenticationResultCodeModifier and TypeMethodDescriptionAuthenticationHandlerResponse.getAuthenticationResultCode()Returns the authentication result code.AuthenticationResponse.getAuthenticationResultCode()Return authentication result code.static AuthenticationResultCodeReturns 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 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.