|
Class Summary |
| AuthenticatedUserManager |
This module finds and returns the currently authenticated user. |
| CookieBasedUserManager |
This module finds and returns the currently authenticated user
by returning the user identified in a cookie. |
| DefaultUserManager |
This interface specifies the required methods for an authenticated
user manager. |
| ServiceBasedUserManager |
This module finds and returns the currently authenticated user
using a remote WhoAmI service. |
| SessionBasedUserManager |
This module finds and returns the currently authenticated user
by returning the user stored in the session object. |
| SpringBasedUserManager |
This module finds and returns the currently authenticated user
by returning the user stored in the session object. |