Uses of Class
org.ldaptive.Credential

Packages that use Credential
org.ldaptive   
org.ldaptive.auth   
org.ldaptive.extended   
 

Uses of Credential in org.ldaptive
 

Methods in org.ldaptive that return Credential
 Credential BindConnectionInitializer.getBindCredential()
          Returns the credential used with the bind DN.
 Credential BindRequest.getCredential()
          Returns the credential used with the bind DN.
 

Methods in org.ldaptive with parameters of type Credential
 void BindConnectionInitializer.setBindCredential(Credential credential)
          Sets the credential of the bind DN.
 void BindRequest.setCredential(Credential credential)
          Sets the credential of the bind DN.
 

Constructors in org.ldaptive with parameters of type Credential
BindConnectionInitializer(String dn, Credential credential)
          Creates a new bind connection initializer.
BindRequest(String dn, Credential credential)
          Creates a new bind request.
BindRequest(String dn, Credential credential, SaslConfig config)
          Creates a new bind request.
 

Uses of Credential in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return Credential
 Credential AuthenticationRequest.getCredential()
          Returns the credential.
 Credential AuthenticationCriteria.getCredential()
          Returns the credential.
 

Methods in org.ldaptive.auth with parameters of type Credential
 void AuthenticationRequest.setCredential(Credential c)
          Sets the credential.
 void AuthenticationCriteria.setCredential(Credential c)
          Deprecated. use AuthenticationCriteria.setAuthenticationRequest(AuthenticationRequest) instead
 

Constructors in org.ldaptive.auth with parameters of type Credential
AuthenticationRequest(String id, Credential c)
          Creates a new authentication request.
AuthenticationRequest(String id, Credential c, String... attrs)
          Creates a new authentication request.
 

Uses of Credential in org.ldaptive.extended
 

Methods in org.ldaptive.extended that return Credential
 Credential PasswordModifyRequest.getNewPassword()
          Returns the new password.
 Credential PasswordModifyRequest.getOldPassword()
          Returns the old password.
 

Methods in org.ldaptive.extended that return types with arguments of type Credential
protected  Response<Credential> PasswordModifyOperation.invoke(PasswordModifyRequest request)
          Call the provider specific implementation of this ldap operation.
 

Methods in org.ldaptive.extended with parameters of type Credential
 void PasswordModifyRequest.setNewPassword(Credential newPass)
          Sets the new password.
 void PasswordModifyRequest.setOldPassword(Credential oldPass)
          Sets the old password.
 

Constructors in org.ldaptive.extended with parameters of type Credential
PasswordModifyRequest(String identity, Credential oldPass, Credential newPass)
          Creates a new password modify request.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.