| Interface | Description |
|---|---|
| AuthorizationCheck<C extends AuthorizationCheck> |
A security check executed over a resource or permission.
|
| AuthorizationManager |
Main entry interface for querying the authorization management subsystem about
user access to different system resources.
|
| AuthorizationPolicy |
It holds a registry of permission collections assigned to individual Role and Group instances.
|
| Permission |
Interface for representing access to a system resource.
|
| PermissionCheck |
A check executed over a
Permission instance. |
| PermissionCollection |
Interface representing a collection of Permission objects.
|
| PermissionManager |
This is the main interface for checking permissions against User instances.
|
| PermissionType |
A PermissionType provides factory services for the creation of permission instances
as well as services for controlling the access to Resource instances.
|
| PermissionTypeRegistry |
A registry of permission types.
|
| ResourceCheck<C extends ResourceCheck> |
A security check executed over a
Resource instance. |
| VotingAlgorithm |
Voting algorithms are used by the
PermissionManager in order to determine what is the
winning result when the user is assigned with more than one role or group. |
| Enum | Description |
|---|---|
| AuthorizationResult |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.