|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PermissionGroup
A grouping of permissions. Adds no real functionality but is mainly intended for backward compatibility to support the depracated Supergod, maineditor and GX_users groups.
| Method Summary | |
|---|---|
boolean |
checkAccess(java.lang.String permissionValue)
Returns true if this permission group contains the given permission. |
java.lang.String |
getName()
Return the language dependend name of this permission group. |
Permission[] |
getPermissions()
Returns all permissions assigned to the permission group. |
java.lang.String |
getValue()
Returns String representation of a value of a permission group. |
boolean |
isDevelopment()
Returns true if the permission group applies for developers only. |
| Methods inherited from interface nl.gx.webmanager.authorization.HtmlObjectWrapper |
|---|
getId, getUuid |
| Method Detail |
|---|
boolean checkAccess(java.lang.String permissionValue)
permissionValue - Value that uniquely identifies the permission to check
java.lang.String getValue()
Permission[] getPermissions()
boolean isDevelopment()
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||