Uses of Interface
org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager
Packages that use ActiveMQSecurityManager
Package
Description
-
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQSecurityManagerModifier and TypeMethodDescriptionFileDeploymentManager.buildService
(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) Build a set ofActiveMQComponent
s from theDeployable
s configured -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.spi.core.security
Subinterfaces of ActiveMQSecurityManager in org.apache.activemq.artemis.spi.core.securityModifier and TypeInterfaceDescriptioninterface
This is an evolution ofActiveMQSecurityManager
that adds the ability to perform authorization taking the destination address into account.interface
This is an evolution ofActiveMQSecurityManager
andActiveMQSecurityManager2
that adds the ability to determine the identity of the validated user.interface
This is an evolution ofActiveMQSecurityManager3
that adds the ability to specify the JAAS domain per call.interface
This is an evolution ofActiveMQSecurityManager4
that integrates with the new Subject caching functionality.Classes in org.apache.activemq.artemis.spi.core.security that implement ActiveMQSecurityManagerModifier and TypeClassDescriptionclass
All user and role state (both in memory and on disk) is maintained by the underlying StorageManagerclass
This implementation delegates to the JAAS security interfaces.Methods in org.apache.activemq.artemis.spi.core.security that return ActiveMQSecurityManagerModifier and TypeMethodDescriptiondefault ActiveMQSecurityManager
Initialize the manager with the given configuration properties.