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
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidorg.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:
 doAfterPropertiesSetin classBusEndpointBase
 
 -