Nuxeo Enterprise Platform 5.4

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

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

public class And
extends java.lang.Object
implements Guard

Author:
Bogdan Stefanescu

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

Constructor Detail

And

public And(java.util.Collection<Guard> guards)

And

public And(Guard... perms)
Method Detail

check

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.