com.novell.nds.dirxml.ldap
Class GetNamedPasswordResponse
java.lang.Object
com.novell.ldap.LDAPMessage
com.novell.ldap.LDAPResponse
com.novell.ldap.LDAPExtendedResponse
com.novell.nds.dirxml.ldap.GetNamedPasswordResponse
- All Implemented Interfaces:
- Externalizable, Serializable, ExtendedResponse
public class GetNamedPasswordResponse
- extends LDAPExtendedResponse
The response class for the GetNamedPasswordRequest operation.
If this class is registered via LDAPExtendedResponse.register then the return from
the LDAPConnection.extendedOperation call will be an instance of this
class. Call this class's register method or call
DirXMLExtensions.initialize to register all DirXML LDAP extension response classes.
- OID:
- 2.16.840.1.113719.1.14.100.92
- Response data:
-
ASN1Sequence:
ASN1OctetString UTF-8 encoded password value
- See Also:
GetNamedPasswordRequest,
DirXMLExtensions.initialize(),
Serialized Form
| Fields inherited from class com.novell.ldap.LDAPMessage |
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, INTERMEDIATE_RESPONSE, message, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST |
|
Method Summary |
byte[] |
getEncodedValue()
|
String |
getPasswordValue()
|
static void |
register()
Register this class with LDAPExtendedResponse.register for automatic construction
of this class as a result of LDAPConnection.extendedOperation. |
GetNamedPasswordResponse
public GetNamedPasswordResponse(byte[] berData,
int offset,
int length)
GetNamedPasswordResponse
public GetNamedPasswordResponse(com.novell.ldap.rfc2251.RfcLDAPMessage rfcMessage)
getPasswordValue
public String getPasswordValue()
register
public static void register()
throws ClassNotFoundException
- Register this class with
LDAPExtendedResponse.register for automatic construction
of this class as a result of LDAPConnection.extendedOperation.
- Throws:
ClassNotFoundException - thrown if the java.lang.Class object for this
class cannot be obtained.
getEncodedValue
public byte[] getEncodedValue()
- Specified by:
getEncodedValue in interface ExtendedResponse