Uses of Package
org.uberfire.security.authz
-
Packages that use org.uberfire.security.authz Package Description org.uberfire.security.authz org.uberfire.security.impl.authz -
Classes in org.uberfire.security.authz used by org.uberfire.security.authz Class 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 aPermissioninstance.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 aResourceinstance.VotingAlgorithm Voting algorithms are used by thePermissionManagerin order to determine what is the winning result when the user is assigned with more than one role or group. -
Classes in org.uberfire.security.authz used by org.uberfire.security.impl.authz Class 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 aPermissioninstance.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 aResourceinstance.VotingAlgorithm Voting algorithms are used by thePermissionManagerin order to determine what is the winning result when the user is assigned with more than one role or group.