Interface BaseLdapPathSource

    • Method Detail

      • getBaseLdapName

        javax.naming.ldap.LdapName getBaseLdapName()
        Get the base LDAP path as a LdapName.
        Returns:
        the base LDAP path as a LdapName. The path will be empty if no base path is specified.
        Since:
        2.0
      • getBaseLdapPathAsString

        java.lang.String getBaseLdapPathAsString()
        Get the base LDAP path as a String.
        Returns:
        the base LDAP path as a An empty String will be returned if no base path is specified.