Class SearchNoDResponse

    • Field Detail

      • EXTENSION_OID

        public static final String EXTENSION_OID
        The OID of the NotiveOfDisconnect extended operation.
        See Also:
        Constant Field Values
      • UNAVAILABLE

        public static final SearchNoDResponse UNAVAILABLE
        The single instance with unavailable result code.
      • PROTOCOLERROR

        public static final SearchNoDResponse PROTOCOLERROR
        The single instance with protocolError result code.
      • STRONGAUTHREQUIRED

        public static final SearchNoDResponse STRONGAUTHREQUIRED
        The single instance with strongAuthRequired result code.
    • Method Detail

      • getResponse

        public byte[] getResponse()
        Gets the reponse OID specific encoded response values.
        Returns:
        the response specific encoded response values.
      • getResponseName

        public String getResponseName()
        Gets the OID uniquely identifying this extended response (a.k.a. its name).
        Returns:
        the OID of the extended response type.