Copyright© 2008-2025 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| senselogic.sitevision.api.security |
Security utility interfaces
|
| Modifier and Type | Method and Description |
|---|---|
static PermissionUtil.Permission |
PermissionUtil.Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionUtil.Permission[] |
PermissionUtil.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RoleUtil.containsPermission(Node aRole,
PermissionUtil.Permission aPermission)
Checks if a role contains a specific permission.
|
boolean |
PermissionUtil.hasPermission(Node aTreeNode,
Node aUserNode,
PermissionUtil.Permission aPermission)
Checks if a certain user has a certain permission on a certain tree node.
|
boolean |
PermissionUtil.hasPermission(Node aTreeNode,
PermissionUtil.Permission aPermission)
Checks if current user has certain permission on a certain tree node.
|
boolean |
PermissionUtil.hasPermission(PermissionUtil.Permission aPermission)
Checks if current user has a certain permission on current page.
|
boolean |
PermissionUtil.hasPermissions(Node aTreeNode,
Node aUserNode,
PermissionUtil.Permission... aPermissions)
Checks if a certain user has certain permissions on a certain tree node.
|
boolean |
PermissionUtil.hasPermissions(Node aTreeNode,
PermissionUtil.Permission... aPermissions)
Checks if current user has certain permissions on a certain tree node.
|
boolean |
PermissionUtil.hasPermissions(PermissionUtil.Permission... aPermissions)
Checks if current user has certain permissions on current page.
|
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.