Class DNIdentity

    • Constructor Detail

      • DNIdentity

        public DNIdentity​(com.unboundid.ldap.sdk.DN dn)
        Creates a new distinguished name (DN) identity.
        Parameters:
        dn - The DN, must not be null.
    • Method Detail

      • getDN

        public com.unboundid.ldap.sdk.DN getDN()
        Gets the distinguished name (DN) value.
        Returns:
        The DN.
      • equals

        public boolean equals​(Object object)
        Description copied from class: BaseIdentifier
        Overrides Object.equals().
        Specified by:
        equals in class BaseIdentifier
        Parameters:
        object - The object to compare to.
        Returns:
        true if the objects have the same value, otherwise false.