org.nuxeo.ecm.webengine.security.guards
Class Or
java.lang.Object
org.nuxeo.ecm.webengine.security.guards.Or
- All Implemented Interfaces:
- Guard
public class Or
- extends Object
- implements Guard
- Author:
- Bogdan Stefanescu
Fields inherited from interface org.nuxeo.ecm.webengine.security.Guard |
DEFAULT |
perms
protected Guard[] perms
Or
public Or(Collection<Guard> guards)
Or
public Or(Guard... guards)
check
public boolean check(Adaptable context)
- Specified by:
check
in interface Guard
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Nuxeo SAS. All Rights Reserved.