Class SecurityItems
java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.SecurityItems
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
org.springframework.messaging.Message<String>
getSecurityItems
(org.springframework.messaging.Message<?> message) Methods inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
afterPropertiesSet, createBean, getAdapterByName, getApplicationContext, getBean, getConfigurationByName, getIbisManager, getMediaTypeFromName, getPipeByName, getReceiverByName, log2SecurityLog, setApplicationContext
-
Constructor Details
-
SecurityItems
public SecurityItems()
-
-
Method Details
-
getSecurityItems
@TopicSelector(SECURITY_ITEMS) @RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<String> getSecurityItems(org.springframework.messaging.Message<?> message) -
doAfterPropertiesSet
protected void doAfterPropertiesSet()- Overrides:
doAfterPropertiesSet
in classBusEndpointBase
-