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 Credential
BindConnectionInitializer. bindCredential
Credential for the bind DN.Methods in org.ldaptive that return Credential Modifier and Type Method Description Credential
BindConnectionInitializer. getBindCredential()
Returns the credential used with the bind DN.Methods in org.ldaptive with parameters of type Credential Modifier and Type Method Description BindConnectionInitializer.Builder
BindConnectionInitializer.Builder. credential(Credential credential)
SimpleBindRequest.Builder
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 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 Credential
AuthenticationRequest. credential
User credential.Methods in org.ldaptive.auth that return Credential Modifier and Type Method Description Credential
AuthenticationCriteria. getCredential()
Returns the credential.Credential
AuthenticationRequest. getCredential()
Returns the credential.Methods in org.ldaptive.auth with parameters of type Credential Modifier and Type Method Description AuthenticationRequest.Builder
AuthenticationRequest.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 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.
-