public class LdapCredential extends Object implements Serializable
LdapCredential provides a custom implementation for adding LDAP
credentials to a Subject.| Modifier and Type | Field and Description |
|---|---|
protected static int |
HASH_CODE_SEED
hash code seed.
|
| Constructor and Description |
|---|
LdapCredential(Object credential)
This creates a new
LdapCredential with the supplied
credential. |
| Modifier and Type | Method and Description |
|---|---|
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. |
protected static final int HASH_CODE_SEED
public LdapCredential(Object credential)
LdapCredential with the supplied
credential.credential - ObjectCopyright © 2014. All rights reserved.