Uses of Class
org.jboss.messaging.core.security.Role

Packages that use Role
org.jboss.messaging.core.deployers.impl   
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.security   
org.jboss.messaging.core.security.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.integration.security   
 

Uses of Role in org.jboss.messaging.core.deployers.impl
 

Constructor parameters in org.jboss.messaging.core.deployers.impl with type arguments of type Role
SecurityDeployer(DeploymentManager deploymentManager, HierarchicalRepository<java.util.Set<Role>> securityRepository)
           
 

Uses of Role in org.jboss.messaging.core.management
 

Method parameters in org.jboss.messaging.core.management with type arguments of type Role
 MessagingServerControlImpl ManagementService.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, boolean backup)
           
 

Uses of Role in org.jboss.messaging.core.management.impl
 

Method parameters in org.jboss.messaging.core.management.impl with type arguments of type Role
 MessagingServerControlImpl ManagementServiceImpl.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, boolean backup)
           
 

Constructor parameters in org.jboss.messaging.core.management.impl with type arguments of type Role
AddressControlImpl(SimpleString address, PostOffice postOffice, HierarchicalRepository<java.util.Set<Role>> securityRepository)
           
 

Uses of Role in org.jboss.messaging.core.security
 

Methods in org.jboss.messaging.core.security with parameters of type Role
abstract  boolean CheckType.hasRole(Role role)
           
 

Method parameters in org.jboss.messaging.core.security with type arguments of type Role
 boolean JBMSecurityManager.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<Role> roles, CheckType checkType)
          is this a valid user and do they have the correct role
 

Uses of Role in org.jboss.messaging.core.security.impl
 

Method parameters in org.jboss.messaging.core.security.impl with type arguments of type Role
 boolean JAASSecurityManager.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<Role> roles, CheckType checkType)
           
 boolean JBMSecurityManagerImpl.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<Role> roles, CheckType checkType)
           
 

Constructor parameters in org.jboss.messaging.core.security.impl with type arguments of type Role
SecurityStoreImpl(HierarchicalRepository<java.util.Set<Role>> securityRepository, JBMSecurityManager securityManager, long invalidationInterval, boolean securityEnabled, java.lang.String managementClusterUser, java.lang.String managementClusterPassword, NotificationService notificationService)
           
 

Uses of Role in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return types with arguments of type Role
 HierarchicalRepository<java.util.Set<Role>> MessagingServer.getSecurityRepository()
           
 

Uses of Role in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl that return types with arguments of type Role
 HierarchicalRepository<java.util.Set<Role>> MessagingServerImpl.getSecurityRepository()
           
 

Uses of Role in org.jboss.messaging.integration.security
 

Method parameters in org.jboss.messaging.integration.security with type arguments of type Role
 boolean JBossASSecurityManager.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<Role> roles, CheckType checkType)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.