com.anwrt.anycontent.authentication
Class AdminAuthenticateAction
java.lang.Object
AbstractAction
com.anwrt.anycontent.authentication.AdminAuthenticateAction
- public class AdminAuthenticateAction
- extends AbstractAction
Cocoon action for authenticating users in the _admin section. Authentication
is not based on the same system in this section than in the rest of the cms.
Authentication is based on the file WEB-INF/data/admin.xml which contains the
MD5 encrypted password.
- See Also:
- Serialized Form
|
Field Summary |
protected org.apache.avalon.framework.context.Context |
_context
The cocoon context, initialized during the contextualize method |
protected Context |
_envContext
The environment context |
|
Method Summary |
java.util.Map |
act(Redirector redirector,
SourceResolver resolver,
java.util.Map objectModel,
java.lang.String source,
Parameters parameters)
|
void |
contextualize(org.apache.avalon.framework.context.Context context)
|
void |
initialize()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected org.apache.avalon.framework.context.Context _context
- The cocoon context, initialized during the contextualize method
_envContext
protected Context _envContext
- The environment context
AdminAuthenticateAction
public AdminAuthenticateAction()
contextualize
public void contextualize(org.apache.avalon.framework.context.Context context)
throws ContextException
- Throws:
ContextException
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
act
public java.util.Map act(Redirector redirector,
SourceResolver resolver,
java.util.Map objectModel,
java.lang.String source,
Parameters parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 Anyware Technologies. All Rights Reserved.