public class AuthenticationCriteria
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
authenticationDn
dn.
|
private AuthenticationRequest |
authenticationRequest
authentication request.
|
| Constructor and Description |
|---|
AuthenticationCriteria()
Default constructor.
|
AuthenticationCriteria(java.lang.String dn)
Creates a new authentication criteria.
|
AuthenticationCriteria(java.lang.String dn,
AuthenticationRequest request)
Creates a new authentication criteria.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRequest |
getAuthenticationRequest()
Returns the authentication request.
|
Credential |
getCredential()
Returns the credential.
|
java.lang.String |
getDn()
Returns the dn.
|
void |
setAuthenticationRequest(AuthenticationRequest request)
Sets the authentication request.
|
void |
setDn(java.lang.String dn)
Sets the dn.
|
java.lang.String |
toString() |
private java.lang.String authenticationDn
private AuthenticationRequest authenticationRequest
public AuthenticationCriteria()
public AuthenticationCriteria(java.lang.String dn)
dn - to authenticatepublic AuthenticationCriteria(java.lang.String dn,
AuthenticationRequest request)
dn - to authenticaterequest - that initiated the authenticationpublic java.lang.String getDn()
public void setDn(java.lang.String dn)
dn - to set dnpublic Credential getCredential()
public AuthenticationRequest getAuthenticationRequest()
public void setAuthenticationRequest(AuthenticationRequest request)
request - to set authentication requestpublic java.lang.String toString()
toString in class java.lang.Object