| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.permission.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionManager.listPermissions(Object resource)
Return a list of all permissions for the specified resource.
|
List<Permission> |
PermissionManager.listPermissions(Object resource,
String permission)
Return a list of all permissions for the specified resource, of the specified permission type
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManager.grantPermission(Permission permission)
Grant the specified permission
|
IdentityManagementException |
IDMMessages.permissionGrantFailed(Permission permission,
Throwable t) |
void |
PermissionManager.revokePermission(Permission permission)
Revoke the specified permission
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManager.grantPermissions(List<Permission> permissions)
Grant all permissions in the specified list
|
void |
PermissionManager.revokePermissions(List<Permission> permissions)
Revoke the specified permissions
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionStore.listPermisisons(Object resource,
String permission) |
List<Permission> |
PermissionStore.listPermissions(Object resource) |
List<Permission> |
PermissionStore.listPermissions(Set<Object> resources,
String permission) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PermissionStore.grantPermission(Permission permission) |
boolean |
PermissionStore.revokePermission(Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PermissionStore.grantPermissions(List<Permission> permissions) |
boolean |
PermissionStore.revokePermissions(List<Permission> permissions) |
Copyright © 2013. All Rights Reserved.