Class GoogleAppsPropagationActions

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.propagation.PropagationActions

    public class GoogleAppsPropagationActions
    extends Object
    implements org.apache.syncope.core.provisioning.api.propagation.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 Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • GoogleAppsPropagationActions

        public GoogleAppsPropagationActions()
    • Method Detail

      • getEmailAttrName

        protected String getEmailAttrName()
      • before

        @Transactional
        public void before​(org.apache.syncope.core.provisioning.api.propagation.PropagationTaskInfo taskInfo)
        Specified by:
        before in interface org.apache.syncope.core.provisioning.api.propagation.PropagationActions