com.slamd.tools.ldapdecoder.protocol
Class AuthorizationIDRequestControl
java.lang.Object
com.slamd.tools.ldapdecoder.protocol.LDAPControl
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
|
Method Summary |
java.lang.String |
toString(int indent)
Retrieves a string representation of this control with the specified
indent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
AuthorizationIDRequestControl
public AuthorizationIDRequestControl(boolean isCritical)
- Creates a new authorization ID request control.
- Parameters:
isCritical - Indicates whether this control should be marked
critical.
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.