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()