|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.control.AbstractControl
org.ldaptive.control.AuthorizationIdentityResponseControl
public class AuthorizationIdentityResponseControl
Response control for authorization identity. See RFC 3829. Control value contains the authorizationId.
| Field Summary | |
|---|---|
static String |
OID
OID of this control. |
| Fields inherited from class org.ldaptive.control.AbstractControl |
|---|
logger |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
void |
decode(byte[] berValue)
Initializes this response control with the supplied BER encoded data. |
boolean |
equals(Object o)
|
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()
|
| Methods inherited from class org.ldaptive.control.AbstractControl |
|---|
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 |
|---|
public static final String OID
| Constructor Detail |
|---|
public AuthorizationIdentityResponseControl()
public AuthorizationIdentityResponseControl(boolean critical)
critical - whether this control is criticalpublic AuthorizationIdentityResponseControl(String id)
id - authorization id
public AuthorizationIdentityResponseControl(String id,
boolean critical)
id - authorization idcritical - whether this control is critical| Method Detail |
|---|
public String getAuthorizationId()
public void setAuthorizationId(String id)
id - authorization idpublic boolean equals(Object o)
equals in class AbstractControlpublic int hashCode()
AbstractControl
hashCode in class AbstractControlpublic String toString()
toString in class Objectpublic void decode(byte[] berValue)
decode in interface ResponseControlberValue - BER encoded response control
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||