public interface WhoAmIResponse
extends org.apache.directory.api.ldap.model.message.ExtendedResponse
authzid ::= OCTET STRING OPTIONAL
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID for the WhoAmI extended operation response.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthzId()
Get the authzid as a byte[]
|
String |
getAuthzIdString()
Get the authzid as String.
|
org.apache.directory.api.ldap.model.name.Dn |
getDn()
Get the DN authzid.
|
String |
getUserId()
Get the UserId
|
boolean |
isDnAuthzId() |
boolean |
isUserAuthzId() |
void |
setAuthzId(byte[] authzId)
set the authzid
|
getResponseName, setResponseNamestatic final String EXTENSION_OID
boolean isDnAuthzId()
boolean isUserAuthzId()
byte[] getAuthzId()
String getAuthzIdString()
String getUserId()
org.apache.directory.api.ldap.model.name.Dn getDn()
void setAuthzId(byte[] authzId)
authzId - The authzId to setCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.