Class ScimConfigurator
- java.lang.Object
-
- org.silverpeas.core.webapi.admin.scim.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 Summary
Constructors Constructor Description ScimConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
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 interfaceInitialization
- Throws:
Exception
- if an error occurs during the initialization process. In this case the Silverpeas startup fails.
-
-