Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.webengine.security.guards
Class Or

java.lang.Object
  extended by org.nuxeo.ecm.webengine.security.guards.Or
All Implemented Interfaces:
Guard

public class Or
extends Object
implements Guard

Author:
Bogdan Stefanescu

Field Summary
protected  Guard[] perms
           
 
Fields inherited from interface org.nuxeo.ecm.webengine.security.Guard
DEFAULT
 
Constructor Summary
Or(Collection<Guard> guards)
           
Or(Guard... guards)
           
 
Method Summary
 boolean check(Adaptable context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

perms

protected Guard[] perms
Constructor Detail

Or

public Or(Collection<Guard> guards)

Or

public Or(Guard... guards)
Method Detail

check

public boolean check(Adaptable context)
Specified by:
check in interface Guard

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.