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 CredentialBindConnectionInitializer.bindCredentialCredential for the bind DN.Methods in org.ldaptive that return CredentialModifier and TypeMethodDescriptionstatic CredentialCredential.copy(Credential credential) Returns a credential initialized with the supplied credential.final CredentialBindConnectionInitializer.getBindCredential()Returns the credential used with the bind DN.Methods in org.ldaptive with parameters of type CredentialModifier and TypeMethodDescriptionstatic CredentialCredential.copy(Credential credential) Returns a credential initialized with the supplied credential.BindConnectionInitializer.Builder.credential(Credential credential) SimpleBindRequest.Builder.password(Credential credential) Sets the bind password.final voidBindConnectionInitializer.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 CredentialAuthenticationRequest.credentialUser 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.private byte[]CompareAuthenticationHandler.digestCredential(Credential credential, String algorithm) Digests the supplied credential using the supplied algorithm.voidAuthenticationRequest.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.