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 |
---|---|
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 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 |
---|---|
Set<Role> |
JMSServerManager.getSecurity(String addressMatch) |
Modifier and Type | Method and Description |
---|---|
void |
JMSServerManager.addSecurity(String addressMatch,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
Set<Role> |
JMSServerManagerImpl.getSecurity(String addressMatch) |
Modifier and Type | Method and Description |
---|---|
void |
JMSServerManagerImpl.addSecurity(String addressMatch,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
boolean |
JAASSecurityManager.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType) |
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
|
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 © 2012 JBoss by Red Hat. All Rights Reserved.