Uses of Interface
org.nuxeo.ecm.webengine.security.Guard
-
Packages that use Guard Package Description 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
Fields in org.nuxeo.ecm.webengine.model declared as Guard Modifier and Type Field Description protected GuardLinkDescriptor. guardMethods in org.nuxeo.ecm.webengine.model that return Guard Modifier and Type Method Description GuardResourceType. getGuard() -
Uses of Guard in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as Guard Modifier and Type Field Description protected GuardAbstractResourceType. guardMethods in org.nuxeo.ecm.webengine.model.impl that return Guard Modifier and Type Method Description GuardAbstractResourceType. getGuard() -
Uses of Guard in org.nuxeo.ecm.webengine.security
Subinterfaces of Guard in org.nuxeo.ecm.webengine.security Modifier and Type Interface Description interfacePermissionClasses in org.nuxeo.ecm.webengine.security that implement Guard Modifier and Type Class Description classDefaultPermissionFields in org.nuxeo.ecm.webengine.security declared as Guard Modifier and Type Field Description static GuardGuard. DEFAULTprotected GuardDefaultPermission. guardFields in org.nuxeo.ecm.webengine.security with type parameters of type Guard Modifier and Type Field Description protected Map<String,Guard>GuardDescriptor. guardsprotected ConcurrentMap<String,Guard>PermissionService. guardsMethods in org.nuxeo.ecm.webengine.security that return Guard Modifier and Type Method Description GuardGuardDescriptor. getGuard()GuardPermissionService. getGuard(String name)GuardGuardFactory. newGuard(String value)Create a new guard and initialize it using the given string.static GuardPermissionService. parse(String expr)GuardPermissionService. parse(String expr, Map<String,Guard> localGuards)GuardPermissionService. unregisterGuard(String name)Methods in org.nuxeo.ecm.webengine.security that return types with arguments of type Guard Modifier and Type Method Description Map<String,Guard>GuardDescriptor. getGuards()Methods in org.nuxeo.ecm.webengine.security with parameters of type Guard Modifier and Type Method Description voidPermissionService. registerGuard(String name, Guard guard)Method parameters in org.nuxeo.ecm.webengine.security with type arguments of type Guard Modifier and Type Method Description GuardPermissionService. parse(String expr, Map<String,Guard> localGuards)Constructors in org.nuxeo.ecm.webengine.security with parameters of type Guard Constructor Description 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 Modifier and Type Class Description classAndclassFacetGuardclassGroupGuardclassIsAdministratorGuardclassNotclassOrclassPermissionGuardCheck access against a built-in permissionclassSchemaGuardclassScriptGuardclassTypeGuardclassUserGuardFields in org.nuxeo.ecm.webengine.security.guards declared as Guard Modifier and Type Field Description protected GuardNot. permprotected Guard[]And. permsprotected Guard[]Or. permsConstructors in org.nuxeo.ecm.webengine.security.guards with parameters of type Guard Constructor Description And(Guard... perms)Not(Guard guard)Or(Guard... guards)Constructor parameters in org.nuxeo.ecm.webengine.security.guards with type arguments of type Guard Constructor Description And(Collection<Guard> guards)Or(Collection<Guard> guards)
-