|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.auth.handler.AuthenticationCriteria
public class AuthenticationCriteria
AuthenticationCriteria contains the attributes used to perform
authentications.
| Constructor Summary | |
|---|---|
AuthenticationCriteria()
Default constructor. |
|
AuthenticationCriteria(String s)
Creates a new authentication criteria with the supplied dn. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationCriteria()
public AuthenticationCriteria(String s)
s - to set dn| Method Detail |
|---|
public String getDn()
public void setDn(String s)
s - to set dnpublic Object getCredential()
public void setCredential(Object o)
o - to set credentialpublic String toString()
toString in class ObjectString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||