Class ProxiedAuthzImpl
- java.lang.Object
-
- org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
- org.apache.directory.api.ldap.model.message.controls.ProxiedAuthzImpl
-
- All Implemented Interfaces:
Control,ProxiedAuthz
public class ProxiedAuthzImpl extends AbstractControl implements ProxiedAuthz
Simple ProxiedAuthz implementation class.- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from interface org.apache.directory.api.ldap.model.message.controls.ProxiedAuthz
OID
-
-
Constructor Summary
Constructors Constructor Description ProxiedAuthzImpl()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthzId()inthashCode()voidsetAuthzId(String authzId)The authzId syntax is given by the RFC 2829 :StringtoString()Return a String representing this PagedSearchControl.-
Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl
getOid, isCritical, setCritical
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Control
getOid, isCritical, setCritical
-
-
-
-
Method Detail
-
getAuthzId
public String getAuthzId()
- Specified by:
getAuthzIdin interfaceProxiedAuthz- Returns:
- the authzId
-
setAuthzId
public 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
- Specified by:
setAuthzIdin interfaceProxiedAuthz- Parameters:
authzId- the authzId to set
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractControl- See Also:
Object.hashCode()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractControl- See Also:
Object.equals(Object)
-
toString
public String toString()
Return a String representing this PagedSearchControl.- Overrides:
toStringin classAbstractControl
-
-