org.apache.cocoon.auth.impl |
|
Java Source File Name | Type | Comment |
AnonymousSecurityHandler.java | Class | This security handlers doesn't check any credentials of the user. |
LoginInfo.java | Class | This class keeps track of the number of applications a user is logged into
using the same security handler. |
PipelineSecurityHandler.java | Class | Verify if a user can be authenticated. |
ServletSecurityHandler.java | Class | Verify if a user can be authenticated. |
StandardApplicationManager.java | Class | This is the default implementation of the
org.apache.cocoon.auth.ApplicationManager . |