Uses of Class
org.ldaptive.Credential
-
Packages that use Credential Package Description org.ldaptive org.ldaptive.auth -
-
Uses of Credential in org.ldaptive
Fields in org.ldaptive declared as Credential Modifier and Type Field Description private CredentialBindConnectionInitializer. bindCredentialCredential for the bind DN.Methods in org.ldaptive that return Credential Modifier and Type Method Description static CredentialCredential. copy(Credential credential)Returns a credential initialized with the supplied credential.CredentialBindConnectionInitializer. getBindCredential()Returns the credential used with the bind DN.Methods in org.ldaptive with parameters of type Credential Modifier and Type Method Description static CredentialCredential. copy(Credential credential)Returns a credential initialized with the supplied credential.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(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 Credential Modifier and Type Field Description private CredentialAuthenticationRequest. credentialUser credential.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.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 Credential Constructor Description AuthenticationRequest(String id, Credential c)Creates a new authentication request.AuthenticationRequest(String id, Credential c, String... attrs)Creates a new authentication request.AuthenticationRequest(User u, Credential c)Creates a new authentication request.AuthenticationRequest(User u, Credential c, String... attrs)Creates a new authentication request.
-