public class AuthenticationCriteria extends Object
Modifier and Type | Field and Description |
---|---|
private String |
authenticationDn
dn.
|
private AuthenticationRequest |
authenticationRequest
authentication request.
|
Constructor and Description |
---|
AuthenticationCriteria()
Default constructor.
|
AuthenticationCriteria(String dn)
Creates a new authentication criteria.
|
AuthenticationCriteria(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.
|
String |
getDn()
Returns the dn.
|
void |
setAuthenticationRequest(AuthenticationRequest request)
Sets the authentication request.
|
void |
setDn(String dn)
Sets the dn.
|
String |
toString() |
private String authenticationDn
private AuthenticationRequest authenticationRequest
public AuthenticationCriteria()
public AuthenticationCriteria(String dn)
dn
- to authenticatepublic AuthenticationCriteria(String dn, AuthenticationRequest request)
dn
- to authenticaterequest
- that initiated the authenticationpublic String getDn()
public void setDn(String dn)
dn
- to set dnpublic Credential getCredential()
public AuthenticationRequest getAuthenticationRequest()
public void setAuthenticationRequest(AuthenticationRequest request)
request
- to set authentication requestCopyright © 2003-2019 Virginia Tech. All Rights Reserved.