Class AzurePropagationActions

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

    public class AzurePropagationActions
    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 Azure connector. It ensures to send the configured e-mail address as __NAME__.
    • Field Detail

      • LOG

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

      • AzurePropagationActions

        public AzurePropagationActions()
    • Method Detail

      • getEmailAttrName

        protected String getEmailAttrName()
      • setName

        protected void setName​(org.apache.syncope.core.provisioning.api.propagation.PropagationTaskInfo taskInfo)
      • 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