Uses of Interface
com.livinglogic.struts.workflow.Authentication

Uses of Authentication in com.livinglogic.struts.workflow
 

Methods in com.livinglogic.struts.workflow that return Authentication
protected  Authentication WorkflowRequestProcessorLogic.processAuthClassCreate(javax.servlet.http.HttpServletResponse response, String className)
          Return an Authentication instance that will be used to check whether the requested action is allowed to be executed with the current request.
 

Methods in com.livinglogic.struts.workflow with parameters of type Authentication
protected  boolean WorkflowRequestProcessorLogic.processCheckAuthClass(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping, Authentication authClass)
          If this action is protected by an authClass, do the necessary checks.
 



Copyright © 2004 Struts Workflow Extension Team. All Rights Reserved.