org.apache.directory.shared.ldap.codec.bind
Class LdapAuthentication
java.lang.Object
org.apache.directory.shared.asn1.Asn1Object
org.apache.directory.shared.ldap.codec.bind.LdapAuthentication
- Direct Known Subclasses:
- SaslCredentials, SimpleAuthentication
public abstract class LdapAuthentication
- extends Asn1Object
This abstract class is just used to have a common super class for
authentication classes, like Simple and SASL. We may have future extensions
as authentication type 1 and 2 are reserved actually in LDAP V3
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapAuthentication
public LdapAuthentication()
- See Also:
Asn1Object.Asn1Object()
Copyright © 2004-2012. All Rights Reserved.