| Name | Description | Type | Package | Framework |
| AbstractAuthAction | This action tests if the user is logged in for a given application. | Class | org.apache.cocoon.auth.acting | Apache Cocoon |
| AbstractSecurityHandler | This is a base class that can be used for own SecurityHandlers. | Class | org.apache.cocoon.auth | Apache Cocoon |
| AnonymousSecurityHandler | This security handlers doesn't check any credentials of the user. | Class | org.apache.cocoon.auth.impl | Apache Cocoon |
| Application | This class describes the current application. | Interface | org.apache.cocoon.auth | Apache Cocoon |
| ApplicationManager | This is the central component of Cocoon Authentication. | Interface | org.apache.cocoon.auth | Apache Cocoon |
| ApplicationStore | This component loads/saves application data for a user. | Interface | org.apache.cocoon.auth | Apache Cocoon |
| ApplicationUtil | Utility class that can be used from flow script to access the different application functions of Cocoon Authentication. | Class | org.apache.cocoon.auth | Apache Cocoon |
| LoggedInAction | This action tests if the user is logged in for a given application. | Class | org.apache.cocoon.auth.acting | Apache Cocoon |
| LoginAction | This action logs the current user into a given application. | Class | org.apache.cocoon.auth.acting | Apache Cocoon |
| LoginInfo | This class keeps track of the number of applications a user is logged into using the same security handler. | Class | org.apache.cocoon.auth.impl | Apache Cocoon |
| LogoutAction | This action logs the current user out of a given application. | Class | org.apache.cocoon.auth.acting | Apache Cocoon |
| PipelineSecurityHandler | Verify if a user can be authenticated. | Class | org.apache.cocoon.auth.impl | Apache Cocoon |
| PipelineSecurityHandler .PipelineSHUser | The internal user class. | Class | org.apache.cocoon.auth.impl.PipelineSecurityHandler | Apache Cocoon |
| PortalApplication | The current portal application. | Interface | org.apache.cocoon.auth.portal | Apache Cocoon |
| SecurityHandler | The Security Handler A security handler is the connection between the web application and the | Interface | org.apache.cocoon.auth | Apache Cocoon |
| ServletSecurityHandler | Verify if a user can be authenticated. | Class | org.apache.cocoon.auth.impl | Apache Cocoon |
| ServletSecurityHandler .ServletUser | Inner class for the current user. | Class | org.apache.cocoon.auth.impl.ServletSecurityHandler | Apache Cocoon |
| StandardApplication | This is the default implementation for an Application. | Class | org.apache.cocoon.auth | Apache Cocoon |
| StandardApplicationManager | This is the default implementation of the ApplicationManager. | Class | org.apache.cocoon.auth.impl | Apache Cocoon |
| StandardPortalApplication | This is a default implementation for a portal application. | Class | org.apache.cocoon.auth.portal | Apache Cocoon |
| StandardUser | This object represents the current user. | Class | org.apache.cocoon.auth | Apache Cocoon |
| User | This object represents the current user. | Interface | org.apache.cocoon.auth | Apache Cocoon |
| UserInfoProviderImpl | Get the information about the current user. | Class | org.apache.cocoon.auth.portal | Apache Cocoon |
| UserInfoProviderImpl .PortalUserInfo | The user info for the portal engine. | Class | org.apache.cocoon.auth.portal.UserInfoProviderImpl | Apache Cocoon |