Class LDAPExtendedResponse

    • Method Detail

      • getID

        @Nullable
        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

        @Nullable
        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.
      • toString

        @NotNull
        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.