Class SelfKeymasterInternalConfParamOps
java.lang.Object
org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalConfParamOps
- All Implemented Interfaces:
ConfParamOps
-
Field Summary
Modifier and TypeFieldDescriptionprotected final InternalConfParamHelper
protected static final Logger
protected static final JsonMapper
-
Constructor Summary
-
Method Summary
-
Field Details
-
Constructor Details
-
Method Details
-
list
- Specified by:
list
in interfaceConfParamOps
-
get
@Transactional(readOnly=true) public <T> T get(String domain, String key, T defaultValue, Class<T> reference) - Specified by:
get
in interfaceConfParamOps
-
set
- Specified by:
set
in interfaceConfParamOps
-
remove
- Specified by:
remove
in interfaceConfParamOps
-