Uses of Class
org.ldaptive.Credential
Packages that use Credential
-
Uses of Credential in org.ldaptive
Fields in org.ldaptive declared as CredentialModifier and TypeFieldDescriptionprivate Credential
BindConnectionInitializer.bindCredential
Credential for the bind DN.Methods in org.ldaptive that return CredentialModifier and TypeMethodDescriptionBindConnectionInitializer.getBindCredential()
Returns the credential used with the bind DN.Methods in org.ldaptive with parameters of type CredentialModifier and TypeMethodDescriptionBindConnectionInitializer.Builder.credential
(Credential credential) SimpleBindRequest.Builder.password
(Credential credential) Sets the bind password.void
BindConnectionInitializer.setBindCredential
(Credential credential) Sets the credential of the bind DN.Constructors in org.ldaptive with parameters of type CredentialModifierConstructorDescriptionBindConnectionInitializer
(String dn, Credential credential) Creates a new bind connection initializer.SimpleBindRequest
(String name, Credential cred) Creates a new simple bind request. -
Uses of Credential in org.ldaptive.auth
Fields in org.ldaptive.auth declared as CredentialModifier and TypeFieldDescriptionprivate Credential
AuthenticationRequest.credential
User credential.Methods in org.ldaptive.auth that return CredentialModifier and TypeMethodDescriptionAuthenticationCriteria.getCredential()
Returns the credential.AuthenticationRequest.getCredential()
Returns the credential.Methods in org.ldaptive.auth with parameters of type CredentialModifier and TypeMethodDescriptionAuthenticationRequest.Builder.credential
(Credential credential) Sets the user credential.protected byte[]
CompareAuthenticationHandler.digestCredential
(Credential credential, String algorithm) Digests the supplied credential using the supplied algorithm.void
AuthenticationRequest.setCredential
(Credential c) Sets the credential.Constructors in org.ldaptive.auth with parameters of type CredentialModifierConstructorDescriptionCreates a new authentication request.AuthenticationRequest
(String id, Credential c, String... attrs) Creates a new authentication request.Creates a new authentication request.AuthenticationRequest
(User u, Credential c, String... attrs) Creates a new authentication request.