| Modifier and Type | Method and Description |
|---|---|
Permission |
HasPermission.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Permission> |
HasPermission.getPermissions(IdentifierBundle ids) |
| Constructor and Description |
|---|
HasPermission(Permission permission) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrokenPermission
This is what the PermissionRegistry hands out if you ask for a Permission
that it doesn't know about.
|
class |
DisplayByRolePermission
Is the user authorized to display properties that are marked as restricted to
a certain "Role Level"?
|
class |
EditByRolePermission
Is the user authorized to edit properties that are marked as restricted to a
certain "Role Level"?
|
class |
PublishByRolePermission
Is the user authorized to publish properties that are marked as restricted to
a certain "Role Level"?
|
class |
SimplePermission
A class of simple permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
PermissionRegistry.getPermission(String uri)
Get the permission that is registered with this URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionRegistry.addPermission(Permission p)
This class is not thread-safe, so permissions should be added only during
context initialization.
|
int |
Permission.compareTo(Permission that) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionRegistry.addPermissions(Collection<? extends Permission> permissions)
This class is not thread-safe, so permissions should be added only during
context initialization.
|
static void |
PermissionRegistry.createRegistry(javax.servlet.ServletContext ctx,
Collection<? extends Permission> permissions)
Create the registry and store it in the context.
|
| Constructor and Description |
|---|
FilterByRoleLevelPermission(Permission permission)
Use the specified permission.
|
Copyright © 2016. All rights reserved.