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

java.lang.Object
  extended by org.apache.directory.shared.asn1.AbstractAsn1Object
      extended by 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 (Sa, 07 Jun 2008) $,
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
parent
 
Constructor Summary
LdapAuthentication()
           
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
addLength, computeLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, 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()
See Also:
Asn1Object#Asn1Object


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.