public class ProxyAuthorizationControl extends AbstractControl implements RequestControl
controlValue ::= OCTET STRING -- authorizationId
Modifier and Type | Field and Description |
---|---|
static String |
OID
OID of this control.
|
logger
Constructor and Description |
---|
ProxyAuthorizationControl()
Default constructor.
|
ProxyAuthorizationControl(String id)
Creates a new proxy authorization control.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
encode()
Provides the BER encoding of this control.
|
String |
getAuthorizationId()
Returns the authorization identity.
|
int |
hashCode()
Returns the hash code for this object.
|
void |
setAuthorizationId(String id)
Sets the authorization identity.
|
String |
toString() |
equals, getCriticality, getOID
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCriticality, getOID
public static final String OID
public ProxyAuthorizationControl()
public ProxyAuthorizationControl(String id)
id
- authorization identitypublic String getAuthorizationId()
public void setAuthorizationId(String id)
id
- authorization identitypublic int hashCode()
AbstractControl
hashCode
in class AbstractControl
public byte[] encode()
RequestControl
encode
in interface RequestControl
Copyright © 2016. All rights reserved.