|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PermissionCategory
Category bundling a number of permissions. Each permission is assigned to exactly one category.
| Method Summary | |
|---|---|
void |
addPermission(Permission permission)
Adds a permission to the volatile permissions |
java.lang.String |
getLabelId()
Return the id of the label assosiated with this permission category. |
java.lang.String |
getName()
Return the language dependent description of the permission category. |
Permission[] |
getPermissions()
Returns an array of all permission class instances in the category. |
boolean |
getShowAsComponent()
Return if the permission category should also be visible in the components tab of the Web Initiative configuration panel |
java.lang.String |
getValue()
Returns a unique identifying value of the category. |
| Methods inherited from interface nl.gx.webmanager.authorization.HtmlObjectWrapper |
|---|
getId, getUuid |
| Method Detail |
|---|
java.lang.String getValue()
java.lang.String getLabelId()
Permission[] getPermissions()
void addPermission(Permission permission)
permission - Permission to addjava.lang.String getName()
boolean getShowAsComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||