org.infoglue.cms.util.workflow
Class InfoGlueAuthorizationCondition

java.lang.Object
  extended by 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
clone, equals, finalize, 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


Copyright © 2005 InfoGlue.org All Rights Reserved.