Class KeymasterConfParamLoader
java.lang.Object
org.apache.syncope.core.persistence.common.content.KeymasterConfParamLoader
- All Implemented Interfaces:
ConfParamLoader
,SyncopeCoreLoader
,Ordered
Initialize Keymaster with default content if no data is present already.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConfParamOps
protected static final Logger
protected static final JsonMapper
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
Field Details
-
LOG
-
MAPPER
-
confParamOps
-
-
Constructor Details
-
KeymasterConfParamLoader
-
-
Method Details
-
getOrder
public int getOrder() -
load
Description copied from interface:SyncopeCoreLoader
Perform init operations on the given domain.- Specified by:
load
in interfaceSyncopeCoreLoader
- Parameters:
domain
- domain to initialize
-