com.slamd.tools.ldapdecoder.protocol
Class AuthorizationIDRequestControl

java.lang.Object
  extended by com.slamd.tools.ldapdecoder.protocol.LDAPControl
      extended by com.slamd.tools.ldapdecoder.protocol.AuthorizationIDRequestControl

public class AuthorizationIDRequestControl
extends LDAPControl

This class defines the LDAP authorization identity request control, which may be included in a bind request to ask that the server include the authorization ID in the bind response.

Author:
Neil A. Wilson

Field Summary
static java.lang.String AUTHORIZATION_ID_REQUEST_OID
          The OID of the authorization identity request control.
 
Fields inherited from class com.slamd.tools.ldapdecoder.protocol.LDAPControl
CONTROL_SEQUENCE_TYPE
 
Constructor Summary
AuthorizationIDRequestControl(boolean isCritical)
          Creates a new authorization ID request control.
 
Method Summary
 java.lang.String toString(int indent)
          Retrieves a string representation of this control with the specified indent.
 
Methods inherited from class com.slamd.tools.ldapdecoder.protocol.LDAPControl
decode, decodeControls, encode, encode, getControlOID, getValue, isCritical, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTHORIZATION_ID_REQUEST_OID

public static final java.lang.String AUTHORIZATION_ID_REQUEST_OID
The OID of the authorization identity request control.

See Also:
Constant Field Values
Constructor Detail

AuthorizationIDRequestControl

public AuthorizationIDRequestControl(boolean isCritical)
Creates a new authorization ID request control.

Parameters:
isCritical - Indicates whether this control should be marked critical.
Method Detail

toString

public java.lang.String toString(int indent)
Retrieves a string representation of this control with the specified indent.

Overrides:
toString in class LDAPControl
Parameters:
indent - The number of spaces to indent the output.
Returns:
A string representation of this control with the specified indent.