Package org.ldaptive.jaas
Class LdapCredential
java.lang.Object
org.ldaptive.jaas.LdapCredential
- All Implemented Interfaces:
Serializable
Provides a custom implementation for adding LDAP credentials to a subject.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object
LDAP credential.private static final int
hash code seed.private static final long
serial version uid. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ldap credential with the supplied credential. -
Method Summary
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
serialVersionUID
private static final long serialVersionUIDserial version uid.- See Also:
-
credential
LDAP credential.
-
-
Constructor Details
-
LdapCredential
Creates a new ldap credential with the supplied credential.- Parameters:
o
- credential to store
-
-
Method Details