Class ConfParamServiceImpl
java.lang.Object
org.apache.syncope.core.keymaster.rest.cxf.service.ConfParamServiceImpl
- All Implemented Interfaces:
Serializable,ConfParamService
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value(s) of the given conf parameter, if defined.list()Returns the full list of defined conf parameters, with values.voidDeletes the conf parameter matching the provided key.voidset(String key, InputStream value) Sets the value(s) for the given conf parameter.
-
Field Details
-
LOG
-
logic
-
-
Constructor Details
-
ConfParamServiceImpl
-
-
Method Details
-
list
Description copied from interface:ConfParamServiceReturns the full list of defined conf parameters, with values.- Specified by:
listin interfaceConfParamService- Returns:
- full list of defined conf parameters, with values
-
get
Description copied from interface:ConfParamServiceReturns the value(s) of the given conf parameter, if defined.- Specified by:
getin interfaceConfParamService- Parameters:
key- conf parameter key- Returns:
- the value(s) of the given conf parameter, if defined
-
set
Description copied from interface:ConfParamServiceSets the value(s) for the given conf parameter.- Specified by:
setin interfaceConfParamService- Parameters:
key- conf parameter keyvalue- conf parameter value(s)
-
remove
Description copied from interface:ConfParamServiceDeletes the conf parameter matching the provided key.- Specified by:
removein interfaceConfParamService- Parameters:
key- conf parameter key
-