站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

Uses of Class org.jboss.seam.security.Role (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


Uses of Class
org.jboss.seam.security.Role

Packages that use Role
org.jboss.seam.security   
org.jboss.seam.security.config   
 

Uses of Role in org.jboss.seam.security
 

Methods in org.jboss.seam.security that return Role
abstract  Role[] Identity.getRoles()
           
 Role[] UsernamePasswordToken.getRoles()
           
 

Constructors in org.jboss.seam.security with parameters of type Role
UsernamePasswordToken(Object principal, Object credentials, Role[] roles)
           
 

Uses of Role in org.jboss.seam.security.config
 

Methods in org.jboss.seam.security.config that return types with arguments of type Role
 Set<Role> SecurityConfiguration.getSecurityRoles()