Class AzurePropagationActions
java.lang.Object
org.apache.syncope.core.provisioning.java.propagation.AzurePropagationActions
- All Implemented Interfaces:
PropagationActions
This class is required during setup of an External Resource based on the ConnId
Azure connector.
It ensures to send the configured e-mail address as
__NAME__.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbefore(PropagationTaskInfo taskInfo) Executes logic before actual propagation.protected Stringprotected voidsetName(PropagationTaskInfo taskInfo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.propagation.PropagationActions
after, moreAttrsToGet, moreAttrsToGet, onError
-
Field Details
-
LOG
-
-
Constructor Details
-
AzurePropagationActions
public AzurePropagationActions()
-
-
Method Details
-
getEmailAttrName
-
setName
-
before
Description copied from interface:PropagationActionsExecutes logic before actual propagation.- Specified by:
beforein interfacePropagationActions- Parameters:
taskInfo- propagation task
-