Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.security.Guard

Packages that use Guard
org.nuxeo.ecm.webengine.model   
org.nuxeo.ecm.webengine.model.impl   
org.nuxeo.ecm.webengine.security   
org.nuxeo.ecm.webengine.security.guards   
 

Uses of Guard in org.nuxeo.ecm.webengine.model
 

Methods in org.nuxeo.ecm.webengine.model that return Guard
 Guard ResourceType.getGuard()
           
 

Uses of Guard in org.nuxeo.ecm.webengine.model.impl
 

Methods in org.nuxeo.ecm.webengine.model.impl that return Guard
 Guard AbstractResourceType.getGuard()
           
 

Uses of Guard in org.nuxeo.ecm.webengine.security
 

Subinterfaces of Guard in org.nuxeo.ecm.webengine.security
 interface Permission
           
 

Classes in org.nuxeo.ecm.webengine.security that implement Guard
 class DefaultPermission
           
 

Fields in org.nuxeo.ecm.webengine.security declared as Guard
static Guard Guard.DEFAULT
           
 

Methods in org.nuxeo.ecm.webengine.security that return Guard
 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)
           
 

Methods in org.nuxeo.ecm.webengine.security that return types with arguments of type Guard
 Map<String,Guard> GuardDescriptor.getGuards()
           
 

Methods in org.nuxeo.ecm.webengine.security with parameters of type Guard
 void PermissionService.registerGuard(String name, Guard guard)
           
 

Method parameters in org.nuxeo.ecm.webengine.security with type arguments of type Guard
 Guard PermissionService.parse(String expr, Map<String,Guard> localGuards)
           
 

Constructors in org.nuxeo.ecm.webengine.security with parameters of type Guard
DefaultPermission(String name, Guard guard)
           
 

Uses of Guard in org.nuxeo.ecm.webengine.security.guards
 

Classes in org.nuxeo.ecm.webengine.security.guards that implement Guard
 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
           
 

Constructors in org.nuxeo.ecm.webengine.security.guards with parameters of type Guard
And(Guard... perms)
           
Not(Guard guard)
           
Or(Guard... guards)
           
 

Constructor parameters in org.nuxeo.ecm.webengine.security.guards with type arguments of type Guard
And(Collection<Guard> guards)
           
Or(Collection<Guard> guards)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.