net.sf.jguard.ext.util
Class FastBindConnectionControl

java.lang.Object
  extended by net.sf.jguard.ext.util.FastBindConnectionControl
All Implemented Interfaces:
java.io.Serializable, javax.naming.ldap.Control

public class FastBindConnectionControl
extends java.lang.Object
implements javax.naming.ldap.Control

control which refers to the Active Directory fast bind mode.

Author:
Charles Gay
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
 
Constructor Summary
FastBindConnectionControl()
           
 
Method Summary
 byte[] getEncodedValue()
           
 java.lang.String getID()
           
 boolean isCritical()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastBindConnectionControl

public FastBindConnectionControl()
Method Detail

getEncodedValue

public byte[] getEncodedValue()
Specified by:
getEncodedValue in interface javax.naming.ldap.Control

getID

public java.lang.String getID()
Specified by:
getID in interface javax.naming.ldap.Control

isCritical

public boolean isCritical()
Specified by:
isCritical in interface javax.naming.ldap.Control


Copyright © 2004-2009. All Rights Reserved.