Uses of Class
org.apache.directory.shared.ldap.codec.bind.LdapAuthentication

Packages that use LdapAuthentication
org.apache.directory.shared.ldap.codec.bind   
 

Uses of LdapAuthentication in org.apache.directory.shared.ldap.codec.bind
 

Subclasses of LdapAuthentication in org.apache.directory.shared.ldap.codec.bind
 class SaslCredentials
          A ldapObject which stores the SASL authentication of a BindRequest.
 class SimpleAuthentication
          A ldapObject which stores the Simple authentication for a BindRequest.
 

Methods in org.apache.directory.shared.ldap.codec.bind that return LdapAuthentication
 LdapAuthentication BindRequest.getAuthentication()
          Get the user authentication
 

Methods in org.apache.directory.shared.ldap.codec.bind with parameters of type LdapAuthentication
 void BindRequest.setAuthentication(LdapAuthentication authentication)
          Set the user authentication
 



Copyright © 2003-2006 . All Rights Reserved.