Package | Description |
---|---|
org.picketlink.idm.internal | |
org.picketlink.idm.permission.acl.spi |
Constructor and Description |
---|
DefaultPartitionManager(Collection<IdentityConfiguration> configurations,
EventBridge eventBridge,
Collection<PermissionHandler> permissionHandlers) |
DefaultPartitionManager(Collection<IdentityConfiguration> configurations,
EventBridge eventBridge,
Collection<PermissionHandler> permissionHandlers,
IdGenerator idGenerator) |
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 © 2016. All rights reserved.