Interface ProvisioningActions
- All Known Subinterfaces:
InboundActions
,PushActions
- All Known Implementing Classes:
ADMembershipPullActions
,DBPasswordPullActions
,KafkaInboundActions
,LDAPMembershipPullActions
,LDAPPasswordPullActions
,TestInboundActions
public interface ProvisioningActions
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
afterAll
(ProvisioningProfile<?, ?> profile) Action to be executed after the provisioning (push / pull) task completion.default void
beforeAll
(ProvisioningProfile<?, ?> profile) Action to be executed before to start the provisioning (push / pull) task execution.
-
Method Details
-
beforeAll
Action to be executed before to start the provisioning (push / pull) task execution.- Parameters:
profile
- provisioning profile
-
afterAll
Action to be executed after the provisioning (push / pull) task completion.- Parameters:
profile
- provisioning profile
-