| Package | Description |
|---|---|
| org.wamblee.security.authentication |
This package provides support for managing users and their authentication.
|
| org.wamblee.security.authorization |
The authorization package provides an authorization service that can be used to
check whether users have the rights to perform certain operations.
|
| org.wamblee.security.authorization.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
JaasUserAccessor
Implementation of the user accessor that retrieves user information from
JAAS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthorizationService.setUserAccessor(UserAccessor aUserAccessor) |
void |
AuthorizationService.setUserAccessor(UserAccessor aUserAccessor)
Sets the user accessor so that the authorization service can get access
to the logged in user.
|
| Constructor and Description |
|---|
DefaultAuthorizationService(UserAccessor aAccessor,
UserAdministration aUserAdmin,
String aName)
Constructs the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpaAuthorizationService.setUserAccessor(UserAccessor aUserAccessor) |
| Constructor and Description |
|---|
JpaAuthorizationService(String aName,
javax.persistence.EntityManager aEntityManager,
UserAccessor aAccessor,
UserAdministration aUserAdmin,
long aRefreshInterval)
Constructs the persistent service.
|
Copyright © 2025. All rights reserved.