Interface ExtendedRequest

    • Method Detail

      • getRequestOID

        java.lang.String getRequestOID()
        Retrieves the OID for the extended request.
        Returns:
        The OID for the extended request.
      • getRequestValue

        ASN1OctetString getRequestValue()
        Retrieves the value for the extended request, if any.
        Returns:
        The value for the extended request, or null if there is none.
      • toLDAPSDKRequest

        ExtendedRequest toLDAPSDKRequest()
        Retrieves an LDAP SDK representation of this extended request.
        Returns:
        An LDAP SDK representation of this extended request.