Package | Description |
---|---|
org.uberfire.security.authz | |
org.uberfire.security.impl.authz |
Class and Description |
---|
AuthorizationCheck
A security check executed over a resource or permission.
|
AuthorizationPolicy
It holds a registry of permission collections assigned to individual Role and Group instances.
|
AuthorizationResult |
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.
|
PermissionType
A PermissionType provides factory services for the creation of permission instances
as well as services for controlling the access to Resource instances.
|
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. |
Class and Description |
---|
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.
|
AuthorizationResult |
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
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. |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.