| Package | Description |
|---|---|
| org.picketlink.permission | |
| org.picketlink.permission.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionQuery.getResultList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManager.grantPermission(Permission permission) |
void |
PermissionManager.revokePermission(Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionManager.grantPermissions(Collection<Permission> permission) |
void |
PermissionManager.revokePermissions(Collection<Permission> permissions) |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionStore.getPermissions(PermissionQuery query) |
| 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(Collection<Permission> permissions) |
boolean |
PermissionStore.revokePermissions(Collection<Permission> permissions) |
Copyright © 2013. All Rights Reserved.