Class UpdateLogSettings
java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.UpdateLogSettings
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationEventPublisherAware
@BusAware("frank-management-bus")
@TopicSelector(LOG_CONFIGURATION)
public class UpdateLogSettings
extends BusEndpointBase
implements org.springframework.context.ApplicationEventPublisherAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<String> getLogConfiguration(org.springframework.messaging.Message<?> message) voidupdateLogConfiguration(org.springframework.messaging.Message<?> message) Methods inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
afterPropertiesSet, createBean, doAfterPropertiesSet, getAdapterByName, getApplicationContext, getBean, getConfigurationByName, getIbisManager, getMediaTypeFromName, getPipeByName, getReceiverByName, log2SecurityLog, setApplicationContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationEventPublisherAware
setApplicationEventPublisher
-
Constructor Details
-
UpdateLogSettings
public UpdateLogSettings()
-
-
Method Details
-
getLogConfiguration
@ActionSelector(GET) @RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<String> getLogConfiguration(org.springframework.messaging.Message<?> message) -
updateLogConfiguration
@ActionSelector(MANAGE) @RolesAllowed({"IbisDataAdmin","IbisAdmin","IbisTester"}) public void updateLogConfiguration(org.springframework.messaging.Message<?> message)
-