Class And
- java.lang.Object
-
- org.nuxeo.ecm.webengine.security.guards.And
-
- All Implemented Interfaces:
Guard
public class And extends Object implements Guard
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description And(Collection<Guard> guards)
And(Guard... perms)
-
-
-
Field Detail
-
perms
protected Guard[] perms
-
-
Constructor Detail
-
And
public And(Collection<Guard> guards)
-
And
public And(Guard... perms)
-
-