Uses of Interface
org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager
-
-
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQSecurityManager Modifier and Type Method Description Map<String,ActiveMQComponent>FileDeploymentManager. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, ActivateCallback activateCallback) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl with parameters of type ActiveMQSecurityManager Modifier and Type Method Description voidFileConfiguration. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback)voidLegacyJMSConfiguration. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.deployers
Methods in org.apache.activemq.artemis.core.deployers with parameters of type ActiveMQSecurityManager Modifier and Type Method Description voidDeployable. buildService(ActiveMQSecurityManager securityManager, MBeanServer mBeanServer, Map<String,Deployable> deployables, Map<String,ActiveMQComponent> components, ActivateCallback activateCallback) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.security.impl
Constructors in org.apache.activemq.artemis.core.security.impl with parameters of type ActiveMQSecurityManager Constructor Description SecurityStoreImpl(HierarchicalRepository<Set<Role>> securityRepository, ActiveMQSecurityManager securityManager, long invalidationInterval, boolean securityEnabled, String managementClusterUser, String managementClusterPassword, NotificationService notificationService, long authenticationCacheSize, long authorizationCacheSize) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ActiveMQSecurityManager Modifier and Type Method Description ActiveMQSecurityManagerActiveMQServer. getSecurityManager()Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQSecurityManager Modifier and Type Method Description static ActiveMQServerActiveMQServers. newActiveMQServer(String configURL, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)static ActiveMQServerActiveMQServers. newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, boolean enablePersistence)voidActiveMQServer. setSecurityManager(ActiveMQSecurityManager securityManager) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.server.embedded
Fields in org.apache.activemq.artemis.core.server.embedded declared as ActiveMQSecurityManager Modifier and Type Field Description protected ActiveMQSecurityManagerEmbeddedActiveMQ. securityManagerMethods in org.apache.activemq.artemis.core.server.embedded with parameters of type ActiveMQSecurityManager Modifier and Type Method Description EmbeddedActiveMQEmbeddedActiveMQ. setSecurityManager(ActiveMQSecurityManager securityManager)Set the activemq security manager. -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return ActiveMQSecurityManager Modifier and Type Method Description ActiveMQSecurityManagerActiveMQServerImpl. getSecurityManager()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQSecurityManager Modifier and Type Method Description voidActiveMQServerImpl. setSecurityManager(ActiveMQSecurityManager securityManager)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQSecurityManager Constructor Description ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, ActiveMQServer parentServer)ActiveMQServerImpl(Configuration configuration, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, ActiveMQServer parentServer, ServiceRegistry serviceRegistry)ActiveMQServerImpl(Configuration configuration, ActiveMQSecurityManager securityManager) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return ActiveMQSecurityManager Modifier and Type Method Description ActiveMQSecurityManagerManagementContext. getSecurityManager()Methods in org.apache.activemq.artemis.core.server.management with parameters of type ActiveMQSecurityManager Modifier and Type Method Description voidManagementContext. setSecurityManager(ActiveMQSecurityManager securityManager)Constructors in org.apache.activemq.artemis.core.server.management with parameters of type ActiveMQSecurityManager Constructor Description ManagementConnector(JMXConnectorConfiguration configuration, ActiveMQSecurityManager securityManager) -
Uses of ActiveMQSecurityManager in org.apache.activemq.artemis.spi.core.security
Subinterfaces of ActiveMQSecurityManager in org.apache.activemq.artemis.spi.core.security Modifier and Type Interface Description interfaceActiveMQSecurityManager2Used to validate whether a user is authorized to connect to the server and perform certain functions on certain destinations.interfaceActiveMQSecurityManager3Used to validate whether a user is authorized to connect to the server and perform certain functions on certain destinations.interfaceActiveMQSecurityManager4Used to validate whether a user is authorized to connect to the server and perform certain functions on certain addresses This is an evolution ofActiveMQSecurityManager3that adds the ability to specify the JAAS domain per call.interfaceActiveMQSecurityManager5Used to validate whether a user is authorized to connect to the server and perform certain functions on certain addresses This is an evolution ofActiveMQSecurityManager4that integrates with the new Subject caching functionality.Classes in org.apache.activemq.artemis.spi.core.security that implement ActiveMQSecurityManager Modifier and Type Class Description classActiveMQBasicSecurityManagerAll user and role state (both in memory and on disk) is maintained by the underlying StorageManagerclassActiveMQJAASSecurityManagerThis implementation delegates to the JAAS security interfaces.classActiveMQSecurityManagerImplDeprecated.Methods in org.apache.activemq.artemis.spi.core.security that return ActiveMQSecurityManager Modifier and Type Method Description default ActiveMQSecurityManagerActiveMQSecurityManager. init(Map<String,String> properties)Initialize the manager with the given configuration properties.
-