public class ProxiedAuthzImpl extends AbstractControl implements ProxiedAuthz
| Modifier and Type | Field and Description |
|---|---|
private String |
authzId
The authzId used to authorize the user.
|
OID| Constructor and Description |
|---|
ProxiedAuthzImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthzId() |
int |
hashCode() |
void |
setAuthzId(String authzId)
The authzId syntax is given by the RFC 2829 :
authzId = dnAuthzId / uAuthzId / <empty>
dnAuthzId = "dn:" dn
dn = utf8string
uAuthzId = "u:" userid
userid = utf8string
|
String |
toString()
Return a String representing this PagedSearchControl.
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalprivate String authzId
public String getAuthzId()
getAuthzId in interface ProxiedAuthzpublic void setAuthzId(String authzId)
authzId = dnAuthzId / uAuthzId / <empty> dnAuthzId = "dn:" dn dn = utf8string uAuthzId = "u:" userid userid = utf8string
setAuthzId in interface ProxiedAuthzauthzId - the authzId to setpublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
toString in class AbstractControlCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.