Class SimpleRole

java.lang.Object
org.apache.shiro.authz.SimpleRole
All Implemented Interfaces:
Serializable

public class SimpleRole extends Object implements Serializable
A simple representation of a security role that has a name and a collection of permissions. This object can be used internally by Realms to maintain authorization state.
Since:
0.2
See Also: