Package | Description |
---|---|
org.hornetq.core.config | |
org.hornetq.core.config.impl | |
org.hornetq.core.deployers.impl | |
org.hornetq.core.management.impl | |
org.hornetq.core.security | |
org.hornetq.core.security.impl | |
org.hornetq.core.server | |
org.hornetq.core.server.impl | |
org.hornetq.core.server.management | |
org.hornetq.core.server.management.impl | |
org.hornetq.spi.core.security |
Security SPI.
|
org.hornetq.utils |
Utilities and helper classes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Role>> |
Configuration.getSecurityRoles() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setSecurityRoles(Map<String,Set<Role>> roles) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Role>> |
ConfigurationImpl.getSecurityRoles() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setSecurityRoles(Map<String,Set<Role>> securitySettings) |
Modifier and Type | Method and Description |
---|---|
protected Pair<String,Set<Role>> |
FileConfigurationParser.parseSecurityRoles(Node node) |
Constructor and Description |
---|
SecurityDeployer(DeploymentManager deploymentManager,
HierarchicalRepository<Set<Role>> securityRepository) |
Constructor and Description |
---|
AddressControlImpl(SimpleString address,
PostOffice postOffice,
PagingManager pagingManager,
StorageManager storageManager,
HierarchicalRepository<Set<Role>> securityRepository) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
CheckType.hasRole(Role role) |
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 |
---|---|
HierarchicalRepository<Set<Role>> |
HornetQServer.getSecurityRepository() |
Modifier and Type | Method and Description |
---|---|
HierarchicalRepository<Set<Role>> |
HornetQServerImpl.getSecurityRepository() |
Modifier and Type | Method and Description |
---|---|
HornetQServerControlImpl |
ManagementService.registerServer(PostOffice postOffice,
StorageManager storageManager,
Configuration configuration,
HierarchicalRepository<AddressSettings> addressSettingsRepository,
HierarchicalRepository<Set<Role>> securityRepository,
ResourceManager resourceManager,
RemotingService remotingService,
HornetQServer messagingServer,
QueueFactory queueFactory,
ScheduledExecutorService scheduledThreadPool,
PagingManager pagingManager,
boolean backup) |
Modifier and Type | Method and Description |
---|---|
HornetQServerControlImpl |
ManagementServiceImpl.registerServer(PostOffice postOffice,
StorageManager storageManager1,
Configuration configuration,
HierarchicalRepository<AddressSettings> addressSettingsRepository,
HierarchicalRepository<Set<Role>> securityRepository,
ResourceManager resourceManager,
RemotingService remotingService,
HornetQServer messagingServer,
QueueFactory queueFactory,
ScheduledExecutorService scheduledThreadPool,
PagingManager pagingManager,
boolean backup) |
Modifier and Type | Method and Description |
---|---|
boolean |
HornetQSecurityManagerImpl.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType) |
boolean |
HornetQSecurityManager.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType)
is this a valid user and do they have the correct role
|
boolean |
JAASSecurityManager.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType) |
Modifier and Type | Method and Description |
---|---|
static Set<Role> |
SecurityFormatter.createSecurity(String sendRoles,
String consumeRoles,
String createDurableQueueRoles,
String deleteDurableQueueRoles,
String createNonDurableQueueRoles,
String deleteNonDurableQueueRoles,
String manageRoles) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.