Class ConfigResource


  • @Path("/jans-auth-server/config")
    @Produces("application/json")
    @Consumes("application/json")
    public class ConfigResource
    extends ConfigBaseResource
    • Field Summary

      • Fields inherited from class io.jans.configapi.core.rest.BaseResource

        MISSING_ATTRIBUTE_CODE, MISSING_ATTRIBUTE_MESSAGE, TOKEN_DELIMITER
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigResource()  
    • Constructor Detail

      • ConfigResource

        public ConfigResource()
    • Method Detail

      • getAppConfiguration

        @GET
        public jakarta.ws.rs.core.Response getAppConfiguration()
      • patchAppConfigurationProperty

        @PATCH
        @Consumes("application/json-patch+json")
        public jakarta.ws.rs.core.Response patchAppConfigurationProperty​(@NotNull
                                                                         @NotNull String jsonPatchString)
                                                                  throws com.github.fge.jsonpatch.JsonPatchException,
                                                                         IOException
        Throws:
        com.github.fge.jsonpatch.JsonPatchException
        IOException
      • getPersistenceDetails

        @GET
        @Path("/persistence")
        public jakarta.ws.rs.core.Response getPersistenceDetails()