com.novell.ldap.extensions
Class GetBindDNResponse
java.lang.Object
com.novell.ldap.LDAPMessage
com.novell.ldap.LDAPResponse
com.novell.ldap.LDAPExtendedResponse
com.novell.ldap.extensions.GetBindDNResponse
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class GetBindDNResponse
- extends LDAPExtendedResponse
Retrieves the identity from an GetBindDNResponse object.
An object in this class is generated from an LDAPExtendedResponse object
using the ExtendedResponseFactory class.
The GetBindDNResponse extension uses the following OID:
2.16.840.1.113719.1.27.100.32
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
identity
|
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 |
java.lang.String |
getIdentity()
Returns the identity of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
identity
private java.lang.String identity
GetBindDNResponse
public GetBindDNResponse(RfcLDAPMessage rfcMessage)
throws java.io.IOException
- Constructs an object from the responseValue which contains the bind dn.
The constructor parses the responseValue which has the following
format:
responseValue ::=
identity OCTET STRING
- Throws:
java.io.IOException
- The return value could not be decoded.
getIdentity
public java.lang.String getIdentity()
- Returns the identity of the object.
- Returns:
- A string value specifying the bind dn returned by the server.
Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000