| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserCondition
Condition used to match a user against a specified set of users.
|
class |
AnyUserCondition
Matches any user.
|
class |
GroupUserCondition
Checks if a user against a specific group.
|
| Modifier and Type | Method and Description |
|---|---|
UserCondition |
UrlAuthorizationRule.getUserCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UrlAuthorizationRule.setUserCondition(UserCondition aUserCondition) |
| Constructor and Description |
|---|
UrlAuthorizationRule(AuthorizationResult aResult,
UserCondition aUserCondition,
PathCondition aPathCondition,
Class aResourceClass,
OperationCondition aOperationCondition)
Constructs an authorization rule.
|
Copyright © 2025. All rights reserved.