Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » sunshine » sunspot » acting » [javadoc | source]
org.apache.cocoon.sunshine.sunspot.acting
public final class: AuthAction [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.acting.AbstractAction
         org.apache.cocoon.acting.ComposerAction
            org.apache.cocoon.sunshine.sunspot.acting.AuthAction

All Implemented Interfaces:
    org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.component.Composable, Action

This is the authentication action for sunSpot This action protecteds a pipeline by using a sunLetID.
Fields inherited from org.apache.cocoon.acting.ComposerAction:
manager
Fields inherited from org.apache.cocoon.acting.AbstractAction:
EMPTY_MAP
Method from org.apache.cocoon.sunshine.sunspot.acting.AuthAction Summary:
act
Methods from org.apache.cocoon.acting.ComposerAction:
compose
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.sunshine.sunspot.acting.AuthAction Detail:
 public Map act(Redirector redirector,
    SourceResolver resolver,
    Map objectModel,
    String source,
    Parameters par) throws Exception