Interface LDAPRequestActivity


  • public interface LDAPRequestActivity
    Represents an outgoing request activity, created when an application sends an LDAP request. The SBB must attach to the activity to receive the LDAP result event.

    The activity ends after the LDAP result event has been processed.

    See Also:
    LDAPProvider.sendRequest(LDAPRequest)
    • Method Detail

      • getRequest

        LDAPRequest getRequest()
        Gets the LDAPRequest that created this activity.
        Returns:
        the request that created this activity.