edu.vt.middleware.ldap.auth.handler
public class AuthenticationCriteria extends java.lang.Object
AuthenticationCriteria
contains the attributes used to perform
authentications.Constructor and Description |
---|
AuthenticationCriteria()
Default constructor.
|
AuthenticationCriteria(java.lang.String s)
Creates a new authentication criteria with the supplied dn.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCredential()
Gets the credential.
|
java.lang.String |
getDn()
Gets the dn.
|
void |
setCredential(java.lang.Object o)
Sets the credential.
|
void |
setDn(java.lang.String s)
Sets the dn.
|
java.lang.String |
toString()
This returns a string representation of this search criteria.
|
public AuthenticationCriteria()
public AuthenticationCriteria(java.lang.String s)
s
- to set dnpublic java.lang.String getDn()
public void setDn(java.lang.String s)
s
- to set dnpublic java.lang.Object getCredential()
public void setCredential(java.lang.Object o)
o
- to set credentialpublic java.lang.String toString()
toString
in class java.lang.Object
String
Copyright © 2014. All Rights Reserved.