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
-
-
Constructor Summary
Constructors Constructor Description Or(Collection<Guard> guards)
Or(Guard... guards)
-
-
-
Field Detail
-
perms
protected Guard[] perms
-
-
Constructor Detail
-
Or
public Or(Collection<Guard> guards)
-
Or
public Or(Guard... guards)
-
-