Class GoogleAppsPropagationActions
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.propagation.GoogleAppsPropagationActions
-
- All Implemented Interfaces:
PropagationActions
public class GoogleAppsPropagationActions extends Object implements 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__
.
-
-
Constructor Summary
Constructors Constructor Description GoogleAppsPropagationActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
before(PropagationTaskInfo taskInfo)
Executes logic before actual propagation.protected String
getEmailAttrName()
-
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 Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
getEmailAttrName
protected String getEmailAttrName()
-
before
@Transactional public void before(PropagationTaskInfo taskInfo)
Description copied from interface:PropagationActions
Executes logic before actual propagation.- Specified by:
before
in interfacePropagationActions
- Parameters:
taskInfo
- propagation task
-
-