|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JGroup
This interface is used to represent a group 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 group's description |
java.lang.String[] |
getParentGroupNames()
Get the group's parent groups' name list |
java.lang.String[] |
getRoleNames()
Get the group's role name list |
java.lang.String[] |
getSubGroupNames()
Get the group's sub gourps' name list |
int |
getType()
Get the group's type. |
java.lang.String[] |
getUserNames()
Get the group's user name list |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
java.lang.String getDescription()
int getType()
java.lang.String[] getParentGroupNames()
java.lang.String[] getSubGroupNames()
java.lang.String[] getRoleNames()
java.lang.String[] getUserNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||