Class ScimConfigurator

  • All Implemented Interfaces:
    Initialization

    @Service
    public class ScimConfigurator
    extends Object
    implements Initialization
    Some initializations that have to be done just after the server has started.
    Author:
    silveryocha
    • Constructor Detail

      • ScimConfigurator

        public ScimConfigurator()
    • Method Detail

      • init

        public void init()
                  throws Exception
        Description copied from interface: Initialization
        Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.
        Specified by:
        init in interface Initialization
        Throws:
        Exception - if an error occurs during the initialization process. In this case the Silverpeas startup fails.