| 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 |
| Class and Description |
|---|
| AbstractAuthorizationRule
Represents an authorization rule to determine whether an operation is allowed
on a resource.
|
| AbstractAuthorizationService
Service to determine if access to a certain resource is allowed.
|
| AbstractOperationCondition
Checks if an operation matches a condition.
|
| AbstractPathCondition
Checks if a path satisfies a condition.
|
| AbstractUserCondition
Condition used to match a user against a specified set of users.
|
| AllOperation
An superclass of all other operations.
|
| AuthorizationResult
Represents the result of an authorization decision.
|
| AuthorizationRule
Represents an authorization rule to determine whether an operation is allowed
on a resource.
|
| AuthorizationService
Service to determine if access to a certain resource is allowed.
|
| Operation
Represents an operation on a resource.
|
| OperationCondition
Checks if an operation matches a condition.
|
| OperationRegistry
Utility to map between a list of operations and a string based on the names
of the operations.
|
| PathCondition
Checks if a path satisfies a condition.
|
| RegexpPathCondition
Condition to check whether a path matches a given regula expression.
|
| UserCondition
Condition used to match a user against a specified set of users.
|
| Class and Description |
|---|
| AuthorizationRule
Represents an authorization rule to determine whether an operation is allowed
on a resource.
|
| AuthorizationService
Service to determine if access to a certain resource is allowed.
|
| Operation
Represents an operation on a resource.
|
Copyright © 2025. All rights reserved.