|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.security.struct.JPrincipal
org.objectweb.easybeans.security.struct.JRole
public class JRole
This class defines a Role. It use the Principal class in order to add roles to the java.security.acl.Group class
Field Summary | |
---|---|
private static long |
serialVersionUID
UID for serialization. |
Constructor Summary | |
---|---|
JRole(java.lang.String roleName)
Constructor (use the super constructor). |
Method Summary |
---|
Methods inherited from class org.objectweb.easybeans.security.struct.JPrincipal |
---|
equals, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public JRole(java.lang.String roleName)
roleName
- the name of this role
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |