public class LdapCredential extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
private Object | 
credential
LDAP credential. 
 | 
private static int | 
HASH_CODE_SEED
hash code seed. 
 | 
private static long | 
serialVersionUID
serial version uid. 
 | 
| Constructor and Description | 
|---|
LdapCredential(Object o)
Creates a new ldap credential with the supplied credential. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Object | 
getCredential()
Returns the credential for this ldap credential. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
private static final int HASH_CODE_SEED
private static final long serialVersionUID
private final Object credential
public LdapCredential(Object o)
o - credential to storepublic Object getCredential()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.