|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |