Home » Struts-1.3.10 » org.apache.struts » chain » servlet » [javadoc | source]
org.apache.struts.chain.servlet
public class: AuthorizeAction [javadoc | source]
java.lang.Object
   org.apache.struts.chain.AbstractAuthorizeAction
      org.apache.struts.chain.servlet.AuthorizeAction

All Implemented Interfaces:
    org.apache.commons.chain.Command

Determine if the action is authorized for the given roles.

Method from org.apache.struts.chain.servlet.AuthorizeAction Summary:
isAuthorized
Methods from org.apache.struts.chain.AbstractAuthorizeAction:
execute,   getActionConfigKey,   getActionServletKey,   isAuthorized,   setActionConfigKey,   setActionServletKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.servlet.AuthorizeAction Detail:
 protected boolean isAuthorized(Context context,
    String[] roles,
    ActionConfig mapping) throws Exception