org.ldaptive.extended
Class WhoAmIResponse
java.lang.Object
org.ldaptive.extended.AbstractExtendedResponse<String>
org.ldaptive.extended.WhoAmIResponse
- All Implemented Interfaces:
- ExtendedResponse<String>
public class WhoAmIResponse
- extends AbstractExtendedResponse<String>
Contains the response from an ldap who am i operation. See RFC 4532.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
|
Method Summary |
void |
decode(byte[] encoded)
Initializes this response with the supplied BER encoded data. |
String |
getOID()
Returns the OID for this extended response. |
String |
toString()
|
WhoAmIResponse
public WhoAmIResponse()
getOID
public String getOID()
- Returns the OID for this extended response. Response OIDs are optional and
this value may be null.
- Returns:
- oid
decode
public void decode(byte[] encoded)
- Initializes this response with the supplied BER encoded data.
- Parameters:
encoded - BER encoded response
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.