| Package | Description |
|---|---|
| nl.b3p.catalog.config |
| Modifier and Type | Method and Description |
|---|---|
AclAccess |
RoleAccess.getAccess() |
AclAccess |
Acl.getAccess() |
AclAccess |
Root.getRequestUserHighestAccessLevel(javax.servlet.http.HttpServletRequest request) |
static AclAccess |
AclAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclAccess[] |
AclAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Root |
Root.getRootForPath(String fullPath,
javax.servlet.http.HttpServletRequest request,
AclAccess minimumAccessLevel) |
boolean |
Root.isRequestUserAuthorizedFor(javax.servlet.http.HttpServletRequest request,
AclAccess minimumAccessLevel) |
void |
Acl.setAccess(AclAccess access) |
| Constructor and Description |
|---|
Acl(String roles,
AclAccess access) |
Copyright © 2015. All rights reserved.