| Package | Description |
|---|---|
| org.picketlink.idm.permission.acl.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
ClassPermissionHandler
An Identifier strategy for class-based permission checks
|
class |
EntityPermissionHandler |
class |
StringPermissionHandler
An extremely trivial permission handler that allows permissions to be assigned to String resources
|
| Modifier and Type | Method and Description |
|---|---|
Set<PermissionHandler> |
PermissionHandlerPolicy.getRegisteredHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionHandlerPolicy.registerHandler(PermissionHandler handler) |
| Constructor and Description |
|---|
PermissionHandlerPolicy(Set<PermissionHandler> handlers) |
Copyright © 2014. All Rights Reserved.