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