|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JRole
This interface is used to represent a role of principals for jreport server. (A principal represents an entity such as an individual user or a company).
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the role's description |
java.lang.String[] |
getGroupNames()
Get the role's sub group name list |
java.lang.String[] |
getParentRoleNames()
Get the role's parent role name list |
java.lang.String[] |
getSubRoleNames()
Get the role's sub role name list |
int |
getType()
Get the group's type. |
java.lang.String[] |
getUserNames()
Get the role's sub user name list |
boolean |
isBuiltin()
Whether the role created by system or not |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
boolean isBuiltin()
java.lang.String getDescription()
int getType()
java.lang.String[] getParentRoleNames()
java.lang.String[] getSubRoleNames()
java.lang.String[] getGroupNames()
java.lang.String[] getUserNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||