Class ConfParamServiceImpl

java.lang.Object
org.apache.syncope.core.keymaster.rest.cxf.service.ConfParamServiceImpl
All Implemented Interfaces:
Serializable, ConfParamService

public class ConfParamServiceImpl extends Object implements ConfParamService
See Also:
  • Field Details

  • Constructor Details

    • ConfParamServiceImpl

      public ConfParamServiceImpl(ConfParamLogic logic)
  • Method Details

    • list

      public Map<String,Object> list()
      Description copied from interface: ConfParamService
      Returns the full list of defined conf parameters, with values.
      Specified by:
      list in interface ConfParamService
      Returns:
      full list of defined conf parameters, with values
    • get

      public Response get(String key)
      Description copied from interface: ConfParamService
      Returns the value(s) of the given conf parameter, if defined.
      Specified by:
      get in interface ConfParamService
      Parameters:
      key - conf parameter key
      Returns:
      the value(s) of the given conf parameter, if defined
    • set

      public void set(String key, InputStream value)
      Description copied from interface: ConfParamService
      Sets the value(s) for the given conf parameter.
      Specified by:
      set in interface ConfParamService
      Parameters:
      key - conf parameter key
      value - conf parameter value(s)
    • remove

      public void remove(String key)
      Description copied from interface: ConfParamService
      Deletes the conf parameter matching the provided key.
      Specified by:
      remove in interface ConfParamService
      Parameters:
      key - conf parameter key