Uses of Class
org.ldaptive.auth.AuthenticationResultCode

Packages that use AuthenticationResultCode
org.ldaptive.auth   
 

Uses of AuthenticationResultCode in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return AuthenticationResultCode
 AuthenticationResultCode AuthenticationResponse.getAuthenticationResultCode()
          Returns the result code associated with the authentication operation.
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.
 

Constructors in org.ldaptive.auth with parameters of type AuthenticationResultCode
AuthenticationResponse(AuthenticationResultCode authRc, ResultCode rc, LdapEntry entry)
          Creates a new authentication response.
AuthenticationResponse(AuthenticationResultCode authRc, ResultCode rc, LdapEntry entry, String msg)
          Creates a new authentication response.
AuthenticationResponse(AuthenticationResultCode authRc, ResultCode rc, LdapEntry entry, String msg, ResponseControl[] controls, int msgId)
          Creates a new authentication response.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.