| |
|
| org.apache.cocoon.auth.AbstractSecurityHandler org.apache.cocoon.auth.impl.ServletSecurityHandler
ServletSecurityHandler | public class ServletSecurityHandler extends AbstractSecurityHandler (Code) | | Verify if a user can be authenticated.
This is a very simple authenticator that checks if the user is authenticated
using the servlet authentication mechanisms.
version: $Id: ServletSecurityHandler.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :public static class ServletUser extends StandardUser | |
Field Summary | |
protected Context | context The component context. |
context | protected Context context(Code) | | The component context.
|
contextualize | public void contextualize(Context aContext) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
createUser | protected User createUser(Request req)(Code) | | Create a new user.
Parameters: req - The current request. A new user object. |
Methods inherited from org.apache.cocoon.auth.AbstractSecurityHandler | public void configure(Configuration conf) throws ConfigurationException(Code)(Java Doc) public void contextualize(Context context) throws ContextException(Code)(Java Doc) public String getId()(Code)(Java Doc)
|
|
|
|