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, getOID
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCriticality, getOID
public 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()
AbstractControl
hashCode
in class AbstractControl
public void decode(byte[] berValue)
ResponseControl
decode
in interface ResponseControl
berValue
- BER encoded response controlCopyright © 2018. All rights reserved.