Uses of Class
org.ldaptive.Credential
-
Packages that use Credential Package Description org.ldaptive org.ldaptive.auth -
-
Uses of Credential in org.ldaptive
Methods in org.ldaptive that return Credential Modifier and Type Method Description CredentialBindConnectionInitializer. getBindCredential()Returns the credential used with the bind DN.Methods in org.ldaptive with parameters of type Credential Modifier and Type Method Description BindConnectionInitializer.BuilderBindConnectionInitializer.Builder. credential(Credential credential)SimpleBindRequest.BuilderSimpleBindRequest.Builder. password(Credential credential)Sets the bind password.voidBindConnectionInitializer. setBindCredential(Credential credential)Sets the credential of the bind DN.Constructors in org.ldaptive with parameters of type Credential Constructor Description BindConnectionInitializer(java.lang.String dn, Credential credential)Creates a new bind connection initializer.SimpleBindRequest(java.lang.String name, Credential cred)Creates a new simple bind request. -
Uses of Credential in org.ldaptive.auth
Methods in org.ldaptive.auth that return Credential Modifier and Type Method Description CredentialAuthenticationCriteria. getCredential()Returns the credential.CredentialAuthenticationRequest. getCredential()Returns the credential.Methods in org.ldaptive.auth with parameters of type Credential Modifier and Type Method Description AuthenticationRequest.BuilderAuthenticationRequest.Builder. credential(Credential credential)Sets the user credential.protected byte[]CompareAuthenticationHandler. digestCredential(Credential credential, java.lang.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 Credential Constructor Description AuthenticationRequest(java.lang.String id, Credential c)Creates a new authentication request.AuthenticationRequest(java.lang.String id, Credential c, java.lang.String... attrs)Creates a new authentication request.AuthenticationRequest(User u, Credential c)Creates a new authentication request.AuthenticationRequest(User u, Credential c, java.lang.String... attrs)Creates a new authentication request.
-