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

java.lang.Object
  extended byorg.apache.directory.shared.asn1.Asn1Object
      extended byorg.apache.directory.shared.ldap.codec.bind.LdapAuthentication
Direct Known Subclasses:
SaslCredentials, SimpleAuthentication

public abstract class LdapAuthentication
extends org.apache.directory.shared.asn1.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

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.Asn1Object
parent
 
Constructor Summary
LdapAuthentication()
           
 
Methods inherited from class org.apache.directory.shared.asn1.Asn1Object
addLength, computeLength, encode, getCurrentLength, getExpectedLength, getParent, setCurrentLength, setExpectedLength, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapAuthentication

public LdapAuthentication()


Copyright © 2003-2006 . All Rights Reserved.