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

Role (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.security
Class Role

java.lang.Object
  extended by org.jboss.seam.security.Role
All Implemented Interfaces:
Serializable

public class Role
extends Object
implements Serializable

Represents a user role exclusively within the scope of security rules.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
Role(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role(String name)
Method Detail

getName

public String getName()