Interface ProvisioningActions

All Known Subinterfaces:
InboundActions, PushActions
All Known Implementing Classes:
ADMembershipPullActions, DBPasswordPullActions, KafkaInboundActions, LDAPMembershipPullActions, LDAPPasswordPullActions, TestInboundActions

public interface ProvisioningActions
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Action to be executed after the provisioning (push / pull) task completion.
    default void
    Action to be executed before to start the provisioning (push / pull) task execution.
  • Method Details

    • beforeAll

      default void beforeAll(ProvisioningProfile<?,?> profile)
      Action to be executed before to start the provisioning (push / pull) task execution.
      Parameters:
      profile - provisioning profile
    • afterAll

      default void afterAll(ProvisioningProfile<?,?> profile)
      Action to be executed after the provisioning (push / pull) task completion.
      Parameters:
      profile - provisioning profile