@Path(value="/") public class UpdateLoggingConfig extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
UpdateLoggingConfig() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getLogConfiguration() |
javax.ws.rs.core.Response |
getLogSettings(String filter) |
javax.ws.rs.core.Response |
updateLogConfiguration(Map<String,Object> json) |
javax.ws.rs.core.Response |
updateLogger(Map<String,Object> json) |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @PermitAll @Path(value="/server/logging") @Produces(value="application/json") public javax.ws.rs.core.Response getLogConfiguration()
@PUT @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/server/logging") @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response updateLogConfiguration(Map<String,Object> json)
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/server/logging/settings") @Produces(value="application/json") public javax.ws.rs.core.Response getLogSettings(@QueryParam(value="filter") String filter)
@PUT @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/server/logging/settings") @Consumes(value="application/json") public javax.ws.rs.core.Response updateLogger(Map<String,Object> json)
Copyright © 2023 Frank!Framework. All rights reserved.