Package org.apache.activemq.artemis.spi.core.security
-
Interface Summary Interface Description ActiveMQSecurityManager Use to validate whether a user has is valid to connect to the server and perform certain functionsActiveMQSecurityManager2 Used to validate whether a user is authorized to connect to the server and perform certain functions on certain destinations.ActiveMQSecurityManager3 Used to validate whether a user is authorized to connect to the server and perform certain functions on certain destinations.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 ofActiveMQSecurityManager3
that adds the ability to specify the JAAS domain per call.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 ofActiveMQSecurityManager4
that integrates with the new Subject caching functionality.UserManagement -
Class Summary Class Description ActiveMQBasicSecurityManager All user and role state (both in memory and on disk) is maintained by the underlying StorageManagerActiveMQJAASSecurityManager This implementation delegates to the JAAS security interfaces.