Interface | Description |
---|---|
PermissionHandler |
Handles the generation of permission resource identifiers, and is responsible for the
marshaling / unmarshaling of permissions
|
PermissionStore |
Permission Store interface
|
Class | Description |
---|---|
BaseAbstractPermissionHandler |
Stored resource permissions can either be persisted as a comma-separated list of values, or as a
bit-masked numerical value where each bit represents a specific permission for that class.
|
ClassPermissionHandler |
An Identifier strategy for class-based permission checks
|
EntityPermissionHandler | |
PermissionHandlerPolicy |
Manages a set of PermissionHandler instances that overall define a "policy" for
how persistent resource permissions are mapped and managed.
|
PersistentPermissionVoter | |
StringPermissionHandler |
An extremely trivial permission handler that allows permissions to be assigned to String resources
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.