Version warning

The content below is for Apache Syncope 1.2 - for later versions the Reference Guide is available.

Introduction

A push action class is a Java class that implements some specific actions to be performed before and after push.

Implementation

A push action class is a Java implementation of the PushActions interface.

If a Push Actions Class has been specified for a certain Push Task, PushActions's implemented methods will be executed during synchronization.

Deploy

A push actions class can be deployed:

  • at project definition time
    • by adding own implementation into the overlay project, before to build Syncope.
  • at run-time
    • by adding into the container classpath own implementation (container needs to be re-started).
  • No labels