Class LDAPExtendedResponse

    • Constructor Detail

      • LDAPExtendedResponse

        public LDAPExtendedResponse​(ExtendedResult extendedResult)
        Creates a new LDAP extended response from the provided ExtendedResult object.
        Parameters:
        extendedResult - The ExtendedResult to use to create this LDAP extended response.
    • Method Detail

      • getID

        public java.lang.String getID()
        Retrieves the OID for this LDAP extended response, if any.
        Returns:
        The OID for this LDAP extended response, or null if there is none.
      • getValue

        public byte[] getValue()
        Retrieves the value for this LDAP extended response, if any.
        Returns:
        The value for this LDAP extended response, or null if there is none.
      • toExtendedResult

        public final ExtendedResult toExtendedResult()
        Retrieves an ExtendedResult object that is the equivalent of this LDAP extended response.
        Returns:
        An ExtendedResult object that is the equivalent of this LDAP extended response.
      • toString

        public java.lang.String toString()
        Retrieves a string representation of this LDAP extended response.
        Overrides:
        toString in class LDAPResponse
        Returns:
        A string representation of this LDAP extended response.