|
||||||||||
| 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.ProxyAuthorizationControl
public class ProxyAuthorizationControl
Request control for proxy authorization. See RFC 4370. Control is defined as:
controlValue ::= OCTET STRING -- authorizationId
| Field Summary | |
|---|---|
static String |
OID
OID of this control. |
| Fields inherited from class org.ldaptive.control.AbstractControl |
|---|
logger |
| Constructor Summary | |
|---|---|
ProxyAuthorizationControl()
Default constructor. |
|
ProxyAuthorizationControl(String id)
Creates a new proxy authorization control. |
|
| Method Summary | |
|---|---|
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()
|
| 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 |
|---|
public static final String OID
| Constructor Detail |
|---|
public ProxyAuthorizationControl()
public ProxyAuthorizationControl(String id)
id - authorization identity| Method Detail |
|---|
public String getAuthorizationId()
public void setAuthorizationId(String id)
id - authorization identitypublic int hashCode()
hashCode in class AbstractControlpublic String toString()
toString in class Objectpublic byte[] encode()
encode in interface RequestControl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||