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

Packages that use Role
org.jboss.messaging.core.deployers.impl   
org.jboss.messaging.core.security   
org.jboss.messaging.core.security.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

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(HierarchicalRepository<java.util.HashSet<Role>> securityRepository)
           
 

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

Method parameters in org.jboss.messaging.core.security with type arguments of type Role
 void SecurityStore.setSecurityRepository(HierarchicalRepository<java.util.HashSet<Role>> securityRepository)
           
 boolean JBMSecurityManager.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.HashSet<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
 void SecurityStoreImpl.setSecurityRepository(HierarchicalRepository<java.util.HashSet<Role>> securityRepository)
           
 boolean JAASSecurityManager.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.HashSet<Role> roles, CheckType checkType)
           
 boolean JBMSecurityManagerImpl.validateUserAndRole(java.lang.String user, java.lang.String password, java.util.HashSet<Role> roles, CheckType checkType)
           
 

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.HashSet<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.HashSet<Role>> MessagingServerImpl.getSecurityRepository()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.