Interface ConfParamService

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConfParamServiceImpl

@Path("conf") public interface ConfParamService extends Serializable
REST operations for Self Keymaster's conf params.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value(s) of the given conf parameter, if defined.
    Returns the full list of defined conf parameters, with values.
    void
    Deletes the conf parameter matching the provided key.
    void
    Sets the value(s) for the given conf parameter.