public class AuthorizationIdentityResponseControl extends AbstractControl implements ResponseControl
| Modifier and Type | Field and Description |
|---|---|
static String |
OID
OID of this control.
|
logger| Constructor and Description |
|---|
AuthorizationIdentityResponseControl()
Default constructor.
|
AuthorizationIdentityResponseControl(boolean critical)
Creates a new authorization identity response control.
|
AuthorizationIdentityResponseControl(String id)
Creates a new authorization identity response control.
|
AuthorizationIdentityResponseControl(String id,
boolean critical)
Creates a new authorization identity response control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] berValue)
Initializes this response control with the supplied BER encoded data.
|
String |
getAuthorizationId()
Returns the authorization id.
|
int |
hashCode()
Returns the hash code for this object.
|
void |
setAuthorizationId(String id)
Sets the authorization identity.
|
String |
toString() |
equals, getCriticality, getOIDclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCriticality, getOIDpublic static final String OID
public AuthorizationIdentityResponseControl()
public AuthorizationIdentityResponseControl(boolean critical)
critical - whether this control is criticalpublic AuthorizationIdentityResponseControl(String id)
id - authorization idpublic AuthorizationIdentityResponseControl(String id, boolean critical)
id - authorization idcritical - whether this control is criticalpublic String getAuthorizationId()
public void setAuthorizationId(String id)
id - authorization idpublic int hashCode()
AbstractControlhashCode in class AbstractControlpublic void decode(byte[] berValue)
ResponseControldecode in interface ResponseControlberValue - BER encoded response controlCopyright © 2023. All rights reserved.