org.infoglue.cms.util.workflow
Class InfoGlueAuthorizationCondition

java.lang.Object
  |
  +--org.infoglue.cms.util.workflow.InfoGlueAuthorizationCondition
All Implemented Interfaces:
com.opensymphony.workflow.Condition

public class InfoGlueAuthorizationCondition
extends java.lang.Object
implements com.opensymphony.workflow.Condition

This action checks if the user has a particular role.

Author:
Mattias Bogeblad

Constructor Summary
InfoGlueAuthorizationCondition()
           
 
Method Summary
 boolean passesCondition(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoGlueAuthorizationCondition

public InfoGlueAuthorizationCondition()
Method Detail

passesCondition

public boolean passesCondition(java.util.Map transientVars,
                               java.util.Map args,
                               com.opensymphony.module.propertyset.PropertySet ps)
Specified by:
passesCondition in interface com.opensymphony.workflow.Condition