|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.LDAPMessage
com.novell.ldap.LDAPBindRequest
public class LDAPBindRequest
Represents a simple bind request.
LDAPConnection.sendRequest(com.novell.ldap.LDAPMessage, com.novell.ldap.LDAPMessageQueue)
,
Serialized FormField Summary |
---|
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 |
Constructor Summary | |
---|---|
LDAPBindRequest(int version,
java.lang.String dn,
byte[] passwd,
LDAPControl[] cont)
Constructs a simple bind request. |
Method Summary | |
---|---|
java.lang.String |
getAuthenticationDN()
Retrieves the Authentication DN for a bind request. |
java.lang.String |
toString()
Return an ASN1 representation of this add request. |
Methods inherited from class com.novell.ldap.LDAPMessage |
---|
clone, getASN1Object, getControls, getMessageID, getRequestingMessage, getTag, getType, isRequest, readDSML, readExternal, setDeserializedValues, setTag, writeDSML, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LDAPBindRequest(int version, java.lang.String dn, byte[] passwd, LDAPControl[] cont) throws LDAPException
version
- The LDAP protocol version, use LDAP_V3.
LDAP_V2 is not supported.
dn
- If non-null and non-empty, specifies that the
connection and all operations through it should
be authenticated with dn as the distinguished
name.
passwd
- If non-null and non-empty, specifies that the
connection and all operations through it should
be authenticated with dn as the distinguished
name and passwd as password.cont
- Any controls that apply to the simple bind request,
or null if none.
LDAPException
Method Detail |
---|
public java.lang.String getAuthenticationDN()
public java.lang.String toString()
toString
in class LDAPMessage
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |