public class AuthenticationCriteria extends Object
AuthenticationCriteria
contains the attributes used to perform
authentications.Constructor and Description |
---|
AuthenticationCriteria()
Default constructor.
|
AuthenticationCriteria(String s)
Creates a new authentication criteria with the supplied dn.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCredential()
Gets the credential.
|
String |
getDn()
Gets the dn.
|
void |
setCredential(Object o)
Sets the credential.
|
void |
setDn(String s)
Sets the dn.
|
String |
toString()
This returns a string representation of this search criteria.
|
public AuthenticationCriteria()
public AuthenticationCriteria(String s)
s
- to set dnpublic String getDn()
public void setDn(String s)
s
- to set dnpublic Object getCredential()
public void setCredential(Object o)
o
- to set credentialCopyright © 2018. All rights reserved.