Uses of Class
org.nuxeo.ecm.webengine.model.Access
-
Packages that use Access Package Description org.nuxeo.ecm.webengine.model org.nuxeo.ecm.webengine.security.guards -
-
Uses of Access in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return Access Modifier and Type Method Description Access
administrator()
static Access
Access. valueOf(String name)
Returns the enum constant of this type with the specified name.static Access[]
Access. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Access in org.nuxeo.ecm.webengine.security.guards
Constructors in org.nuxeo.ecm.webengine.security.guards with parameters of type Access Constructor Description IsAdministratorGuard(Access isAdministrator)
-