|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.jaas.LdapCredential
public class LdapCredential
LdapCredential provides a custom implementation for adding LDAP
credentials to a Subject.
| Field Summary | |
|---|---|
protected static int |
HASH_CODE_SEED
hash code seed. |
| Constructor Summary | |
|---|---|
LdapCredential(Object credential)
This creates a new LdapCredential with the supplied
credential. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
This returns the supplied Object is equal to this
LdapCredential. |
Object |
getCredential()
This returns the credential for this LdapCredential. |
int |
hashCode()
This returns the hash code for this LdapPrincipal. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int HASH_CODE_SEED
| Constructor Detail |
|---|
public LdapCredential(Object credential)
LdapCredential with the supplied
credential.
credential - Object| Method Detail |
|---|
public Object getCredential()
LdapCredential.
Objectpublic boolean equals(Object o)
LdapCredential.
equals in class Objecto - Object
booleanpublic int hashCode()
LdapPrincipal.
hashCode in class Objectint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||