@Path(value="/") public class UpdateLoggingConfig extends FrankApiBase
DEFAULT_CHARSET, HEADER_ADAPTER_NAME_KEY, HEADER_CONFIGURATION_NAME_KEY, HEADER_CONNECTION_FACTORY_NAME_KEY, HEADER_DATASOURCE_NAME_KEY, HEADER_RECEIVER_NAME_KEY, 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, callAsyncGateway, callSyncGateway, callSyncGateway, convert, getBooleanValue, getGateway, getIntegerValue, getJAXRSService, getUserPrincipalName, getValue, resolveStringFromMap, resolveStringFromMap, resolveStringWithEncoding, resolveTypeFromMap, 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.