org.dspace.app.xmlui.aspect.eperson
Class UnAuthenticateAction
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.dspace.app.xmlui.aspect.eperson.UnAuthenticateAction
- All Implemented Interfaces:
- org.apache.cocoon.acting.Action
public class UnAuthenticateAction
- extends org.apache.cocoon.acting.AbstractAction
Unauthenticate the current user. There is no way this action will fail,
so any components inside the action will be executed.
This action will always send an HTTP redirect to the DSpace homepage.
Example:
- Author:
- Scott Phillips
| Fields inherited from class org.apache.cocoon.acting.AbstractAction |
EMPTY_MAP |
| Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
|
Method Summary |
Map |
act(org.apache.cocoon.environment.Redirector redirector,
org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String source,
org.apache.avalon.framework.parameters.Parameters parameters)
Logout the current user. |
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnAuthenticateAction
public UnAuthenticateAction()
act
public Map act(org.apache.cocoon.environment.Redirector redirector,
org.apache.cocoon.environment.SourceResolver resolver,
Map objectModel,
String source,
org.apache.avalon.framework.parameters.Parameters parameters)
throws Exception
- Logout the current user.
- Parameters:
redirector - resolver - objectModel - Cocoon's object modelsource - parameters -
- Throws:
Exception
Copyright © 2011 DuraSpace. All Rights Reserved.