Class JDAPBaseDNRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getBaseDN()
      Gets the base dn component in the request.
      abstract void setBaseDN​(java.lang.String basedn)
      Sets the base dn component in the request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JDAPBaseDNRequest

        public JDAPBaseDNRequest()
    • Method Detail

      • setBaseDN

        public abstract void setBaseDN​(java.lang.String basedn)
        Sets the base dn component in the request.
        Parameters:
        basedn - base DN
      • getBaseDN

        public abstract java.lang.String getBaseDN()
        Gets the base dn component in the request.
        Returns:
        base dn