Package | Description |
---|---|
org.hornetq.core.deployers.impl | |
org.hornetq.core.security.impl | |
org.hornetq.core.server | |
org.hornetq.core.server.embedded | |
org.hornetq.core.server.impl | |
org.hornetq.spi.core.security |
Security SPI.
|
Constructor and Description |
---|
BasicUserCredentialsDeployer(DeploymentManager deploymentManager,
HornetQSecurityManager hornetQSecurityManager) |
Constructor and Description |
---|
SecurityStoreImpl(HierarchicalRepository<Set<Role>> securityRepository,
HornetQSecurityManager securityManager,
long invalidationInterval,
boolean securityEnabled,
String managementClusterUser,
String managementClusterPassword,
NotificationService notificationService) |
Modifier and Type | Method and Description |
---|---|
HornetQSecurityManager |
HornetQServer.getSecurityManager() |
Modifier and Type | Method and Description |
---|---|
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager) |
static HornetQServer |
HornetQServers.newHornetQServer(Configuration config,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager,
boolean enablePersistence) |
Modifier and Type | Field and Description |
---|---|
protected HornetQSecurityManager |
EmbeddedHornetQ.securityManager |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedHornetQ.setSecurityManager(HornetQSecurityManager securityManager)
Set the hornetq security manager.
|
Modifier and Type | Method and Description |
---|---|
HornetQSecurityManager |
HornetQServerImpl.getSecurityManager() |
Constructor and Description |
---|
HornetQServerImpl(Configuration configuration,
HornetQSecurityManager securityManager) |
HornetQServerImpl(Configuration configuration,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager) |
HornetQServerImpl(Configuration configuration,
MBeanServer mbeanServer,
HornetQSecurityManager securityManager,
HornetQServer parentServer) |
Modifier and Type | Class and Description |
---|---|
class |
HornetQSecurityManagerImpl
A basic implementation of the HornetQSecurityManager.
|
class |
JAASSecurityManager
This implementation delegates to the JAAS security interfaces.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.