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
FieldsModifier and TypeFieldDescriptionprotected final ConfParamOpsprotected static final Loggerprotected static final com.fasterxml.jackson.databind.json.JsonMapperFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
Field Details
-
LOG
-
MAPPER
protected static final com.fasterxml.jackson.databind.json.JsonMapper MAPPER -
confParamOps
-
-
Constructor Details
-
KeymasterConfParamLoader
-
-
Method Details
-
getOrder
public int getOrder() -
load
Description copied from interface:SyncopeCoreLoaderPerform init operations on the given domain.- Specified by:
loadin interfaceSyncopeCoreLoader- Parameters:
domain- domain to initialize
-