AuthenticationSession
interface that represent a user's session identifier once they have logged on.See: Description
| Interface | Description |
|---|---|
| AuthenticationSession |
The representation within the system of an authenticated user.
|
| AuthenticationSessionProvider | |
| AuthenticationSessionProviderAware | |
| MessageBroker |
Moving from runtime, so that can preserve messages between interactions that
correspond to the same session.
|
| Class | Description |
|---|---|
| AnonymousSession |
Originally designed for webapp viewers that want to provide access without
requiring that the user logs on.
|
| AuthenticationSessionAbstract | |
| AuthenticationSessionProviderAbstract | |
| AuthenticationSessionUtils |
AuthenticationSession
interface that represent a user's session identifier once they have logged on.
The AuthenticationSession
broadly corresponds to the UserMemento and RoleMemento
that are defined in the applib. An AuthenticationSession
is required in order to interact with the rest of the framework.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.