|
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.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Null
com.novell.ldap.rfc2251.RfcUnbindRequest
public class RfcUnbindRequest
Represents the LDAP Unbind request.
UnbindRequest ::= [APPLICATION 2] NULL
Field Summary |
---|
Fields inherited from class com.novell.ldap.asn1.ASN1Null |
---|
ID, TAG |
Constructor Summary | |
---|---|
RfcUnbindRequest()
Construct an RfCUnbind Request |
Method Summary | |
---|---|
RfcRequest |
dupRequest(java.lang.String base,
java.lang.String filter,
boolean request)
Builds a new request using the data from the this object. |
ASN1Identifier |
getIdentifier()
Override getIdentifier to return an application-wide id. |
java.lang.String |
getRequestDN()
Builds a new request using the data from the this object. |
Methods inherited from class com.novell.ldap.asn1.ASN1Null |
---|
encode, toString |
Methods inherited from class com.novell.ldap.asn1.ASN1Object |
---|
getEncoding, setIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RfcUnbindRequest()
Method Detail |
---|
public final ASN1Identifier getIdentifier()
ID = CLASS: APPLICATION, FORM: PRIMITIVE, TAG: 2. (0x42)
getIdentifier
in class ASN1Object
public final RfcRequest dupRequest(java.lang.String base, java.lang.String filter, boolean request) throws LDAPException
RfcRequest
dupRequest
in interface RfcRequest
LDAPException
public final java.lang.String getRequestDN()
RfcRequest
getRequestDN
in interface RfcRequest
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |