| Package | Description |
|---|---|
| org.ldaptive.auth |
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationResultCode |
AuthenticationResponse.authenticationResultCode
Result of the authentication operation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
String dn,
LdapEntry entry)
Creates a new authentication response.
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
String dn,
LdapEntry entry,
String msg)
Creates a new authentication response.
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
String dn,
LdapEntry entry,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new authentication response.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.