Package | Description |
---|---|
org.nuxeo.ecm.webengine.model | |
org.nuxeo.ecm.webengine.model.impl | |
org.nuxeo.ecm.webengine.security | |
org.nuxeo.ecm.webengine.security.guards |
Modifier and Type | Field and Description |
---|---|
protected Guard |
LinkDescriptor.guard |
Modifier and Type | Method and Description |
---|---|
Guard |
ResourceType.getGuard() |
Modifier and Type | Field and Description |
---|---|
protected Guard |
AbstractResourceType.guard |
Modifier and Type | Method and Description |
---|---|
Guard |
AbstractResourceType.getGuard() |
Modifier and Type | Interface and Description |
---|---|
interface |
Permission |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPermission |
Modifier and Type | Field and Description |
---|---|
static Guard |
Guard.DEFAULT |
protected Guard |
DefaultPermission.guard |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,Guard> |
PermissionService.guards |
protected Map<String,Guard> |
GuardDescriptor.guards |
Modifier and Type | Method and Description |
---|---|
Guard |
GuardDescriptor.getGuard() |
Guard |
PermissionService.getGuard(String name) |
Guard |
GuardFactory.newGuard(String value)
Create a new guard and initialize it using the given string.
|
static Guard |
PermissionService.parse(String expr) |
Guard |
PermissionService.parse(String expr,
Map<String,Guard> localGuards) |
Guard |
PermissionService.unregisterGuard(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Guard> |
GuardDescriptor.getGuards() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionService.registerGuard(String name,
Guard guard) |
Modifier and Type | Method and Description |
---|---|
Guard |
PermissionService.parse(String expr,
Map<String,Guard> localGuards) |
Constructor and Description |
---|
DefaultPermission(String name,
Guard guard) |
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
FacetGuard |
class |
GroupGuard |
class |
IsAdministratorGuard |
class |
Not |
class |
Or |
class |
PermissionGuard
Check access against a built-in permission
|
class |
SchemaGuard |
class |
ScriptGuard |
class |
TypeGuard |
class |
UserGuard |
Modifier and Type | Field and Description |
---|---|
protected Guard |
Not.perm |
protected Guard[] |
Or.perms |
protected Guard[] |
And.perms |
Constructor and Description |
---|
And(Guard... perms) |
Not(Guard guard) |
Or(Guard... guards) |
Constructor and Description |
---|
And(Collection<Guard> guards) |
Or(Collection<Guard> guards) |
Copyright © 2015 Nuxeo SA. All rights reserved.