| Package | Description |
|---|---|
| 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 |
AbstractAuthorizationService
Service to determine if access to a certain resource is allowed.
|
class |
DefaultAuthorizationService
Default implementation of an authorization service.
|
| Constructor and Description |
|---|
AuthorizationInitializer(AuthorizationService aService,
AbstractAuthorizationRule[] aRules)
Initializes authorization rules in case none are present.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpaAuthorizationService
Authorization service with persistent storage.
|
Copyright © 2025. All rights reserved.