Interface ProvisioningActions
- All Known Subinterfaces:
InboundActions,PushActions
- All Known Implementing Classes:
ADMembershipPullActions,DBPasswordPullActions,KafkaInboundActions,LDAPMembershipPullActions,LDAPPasswordPullActions,SyncReplInboundActions,TestInboundActions
public interface ProvisioningActions
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafterAll(ProvisioningProfile<?, ?> profile) Action to be executed after the provisioning (push / pull) task completion.default voidbeforeAll(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
-