Package | Description |
---|---|
org.apache.activemq.artemis.jms.server.config.impl | |
org.apache.activemq.artemis.spi.core.security |
Modifier and Type | Method and Description |
---|---|
void |
FileJMSConfiguration.buildService(ActiveMQSecurityManager securityManager,
MBeanServer mBeanServer,
Map<String,org.apache.activemq.artemis.core.deployers.Deployable> deployables,
Map<String,org.apache.activemq.artemis.core.server.ActiveMQComponent> components,
org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActiveMQSecurityManager2
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain destinations.
|
interface |
ActiveMQSecurityManager3
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain destinations.
|
interface |
ActiveMQSecurityManager4
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain addresses
This is an evolution of
ActiveMQSecurityManager3
that adds the ability to specify the JAAS domain per call. |
interface |
ActiveMQSecurityManager5
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain addresses
This is an evolution of
ActiveMQSecurityManager4
that integrates with the new Subject caching functionality. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQBasicSecurityManager
All user and role state (both in memory and on disk) is maintained by the underlying StorageManager
|
class |
ActiveMQJAASSecurityManager
This implementation delegates to the JAAS security interfaces.
|
class |
ActiveMQSecurityManagerImpl
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default ActiveMQSecurityManager |
ActiveMQSecurityManager.init(Map<String,String> properties)
Initialize the manager with the given configuration properties.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.