Package org.ldaptive.jaas
Class LdapCredential
java.lang.Object
org.ldaptive.jaas.LdapCredential
Provides a custom implementation for adding LDAP credentials to a subject.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ObjectLDAP credential.private static final inthash code seed. -
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:
-
credential
LDAP credential.
-
-
Constructor Details
-
LdapCredential
Creates a new ldap credential with the supplied credential.- Parameters:
o- credential to store
-
-
Method Details