Package org.ldaptive.control
Class ManageDsaITControl
- java.lang.Object
- 
- org.ldaptive.control.AbstractControl
- 
- org.ldaptive.control.ManageDsaITControl
 
 
- 
- All Implemented Interfaces:
- Control,- RequestControl
 
 public class ManageDsaITControl extends AbstractControl implements RequestControl Request control for ManageDsaIT. See RFC 3296.
- 
- 
Field SummaryFields Modifier and Type Field Description private static intHASH_CODE_SEEDhash code seed.static StringOIDOID of this control.- 
Fields inherited from class org.ldaptive.control.AbstractControllogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description ManageDsaITControl()Default constructor.ManageDsaITControl(boolean critical)Creates a new ManageDsaIT control.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]encode()Provides the BER encoding of this control.booleanequals(Object o)inthashCode()Returns the hash code for this object.booleanhasValue()Returns whether the control has a value associated with it.- 
Methods inherited from class org.ldaptive.control.AbstractControlgetCriticality, getOID, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.ldaptive.control.ControlgetCriticality, getOID
 
- 
 
- 
- 
- 
Field Detail- 
OIDpublic static final String OID OID of this control.- See Also:
- Constant Field Values
 
 - 
HASH_CODE_SEEDprivate static final int HASH_CODE_SEED hash code seed.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
hasValuepublic boolean hasValue() Description copied from interface:RequestControlReturns whether the control has a value associated with it.- Specified by:
- hasValuein interface- RequestControl
- Returns:
- whether the control has a value
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AbstractControl
 
 - 
hashCodepublic int hashCode() Description copied from class:AbstractControlReturns the hash code for this object.- Specified by:
- hashCodein class- AbstractControl
- Returns:
- hash code
 
 - 
encodepublic byte[] encode() Description copied from interface:RequestControlProvides the BER encoding of this control.- Specified by:
- encodein interface- RequestControl
- Returns:
- BER encoded request control
 
 
- 
 
-