Uses of Interface
org.jboss.security.identity.Role

Uses of Role in org.jboss.security.identity
 

Subinterfaces of Role in org.jboss.security.identity
 interface RoleGroup
          Represents a group of roles
 

Methods in org.jboss.security.identity that return Role
static Role RoleFactory.createRole(java.lang.String name)
           
 Role Identity.getRole()
          Get the Role (Role or RoleGroup)
 

Methods in org.jboss.security.identity that return types with arguments of type Role
 java.util.List<Role> RoleGroup.getRoles()
           
 

Methods in org.jboss.security.identity with parameters of type Role
 boolean Role.containsAll(Role anotherRole)
          Indicate whether the argument role is equal or contained depending on the role-type
 boolean RoleGroup.containsRole(Role aRole)
          Validates whether a simple role is available
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.