| Interface | Description |
|---|---|
| UserAuth |
User AUTH data.
|
| Class | Description |
|---|---|
| AuthAction |
Authentication action, usually extended by login action.
|
| AuthenticationInterceptor<U> |
Authentication checking interceptor.
|
| AuthorizationInterceptor |
Authorization checking interceptor.
|
| AuthTag |
Execute tag body if user is (or is not) authenticated.
|
| AuthUtil |
Authentication utilities.
|
| PasswordEncoder |
Encodes and validates passwords using
BCrypt. |
| UserAuthManagerBean<U extends UserAuth> |
Abstract
UserAuth manager as Petite bean. |
Copyright © 2003-present Jodd Team