netscape.ldap.client.opers
Class JDAPBaseDNRequest
java.lang.Object
netscape.ldap.client.opers.JDAPBaseDNRequest
public abstract class JDAPBaseDNRequest
extends java.lang.Object
This is the base class for all the request that
has a base dn component. The existence of this
class is due to the JDAPReferralThread.
abstract String | getBaseDN() - Gets the base dn component in the request.
|
abstract void | setBaseDN(String basedn) - Sets the base dn component in the request.
|
getBaseDN
public abstract String getBaseDN()
Gets the base dn component in the request.
setBaseDN
public abstract void setBaseDN(String basedn)
Sets the base dn component in the request.