org.ldaptive.control
Class AuthorizationIdentityRequestControl

java.lang.Object
  extended by org.ldaptive.control.AbstractControl
      extended by org.ldaptive.control.AuthorizationIdentityRequestControl
All Implemented Interfaces:
Control, RequestControl

public class AuthorizationIdentityRequestControl
extends AbstractControl
implements RequestControl

Request control for authorization identify. See RFC 3829.

Version:
$Revision: 3064 $ $Date: 2014-09-16 10:54:06 -0400 (Tue, 16 Sep 2014) $
Author:
Middleware Services

Field Summary
static String OID
          OID of this control.
 
Fields inherited from class org.ldaptive.control.AbstractControl
logger
 
Constructor Summary
AuthorizationIdentityRequestControl()
          Default constructor.
AuthorizationIdentityRequestControl(boolean critical)
          Creates a new ManageDsaIT control.
 
Method Summary
 byte[] encode()
          Provides the BER encoding of this control.
 int hashCode()
          Returns the hash code for this object.
 String toString()
          
 
Methods inherited from class org.ldaptive.control.AbstractControl
equals, getCriticality, getOID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ldaptive.control.Control
getCriticality, getOID
 

Field Detail

OID

public static final String OID
OID of this control.

See Also:
Constant Field Values
Constructor Detail

AuthorizationIdentityRequestControl

public AuthorizationIdentityRequestControl()
Default constructor.


AuthorizationIdentityRequestControl

public AuthorizationIdentityRequestControl(boolean critical)
Creates a new ManageDsaIT control.

Parameters:
critical - whether this control is critical
Method Detail

hashCode

public int hashCode()
Returns the hash code for this object.

Specified by:
hashCode in class AbstractControl
Returns:
hash code

toString

public String toString()

Overrides:
toString in class Object

encode

public byte[] encode()
Provides the BER encoding of this control.

Specified by:
encode in interface RequestControl
Returns:
BER encoded request control


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.