| Interface | Description |
|---|---|
| SecurityDao |
| Class | Description |
|---|---|
| ApiKey |
The ApiKey class represents a single API key for a user.
|
| AuthUtils |
The AuthUtils class provides helper methods for parsing the
HTTP Authorization header.
|
| PasswordChangeRequest |
The PasswordChangeRequest class represents a password change request.
|
| Security<T extends SecurityUser> |
The Security class manages logging in and out of the application.
|
| SecurityFeature | |
| SecurityUser |
The SecurityUser class is an abstract base class for "security" entities
that can login, logout, change passwords, etc.
|
| UserSession |
The UserSession class represents an authenticated session which
can persist beyond the Java EE container session.
|
Copyright © 2017 Ajibot. All rights reserved.