org.apache.directory.shared.ldap.codec.bind
Class LdapAuthentication
java.lang.Object
org.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.codec.bind.LdapAuthentication
- All Implemented Interfaces:
- Asn1Object
- Direct Known Subclasses:
- SaslCredentials, SimpleAuthentication
public abstract class LdapAuthentication
- extends AbstractAsn1Object
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
- Version:
- $Rev: 664290 $, $Date: 2008-06-07 08:28:06 +0200 (Sam, 07 jui 2008) $,
- 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-2010 The Apache Software Foundation. All Rights Reserved.