| Package | Description |
|---|---|
| de.intarsys.aaa.authentication | |
| de.intarsys.aaa.permission |
| Modifier and Type | Method and Description |
|---|---|
List<IPermission> |
ISubject.getPermissions()
The list of permissions for this subject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndPermission
An "and" association of all permissions contained.
|
class |
DenyPermission
A permission that denies every access.
|
class |
GrantPermission
A permission that grants every access.
|
class |
NotPermission
A permission that negates its wrapped permission.
|
class |
OrPermission
An "or" association of all permissions contained.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPermission> |
PermissionResourceAccessHandler.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionResourceAccessHandler.addPermission(IPermission permission) |
void |
PermissionResourceAccessHandler.removePermission(IPermission permission) |
| Constructor and Description |
|---|
AndPermission(IPermission... operands) |
NotPermission(IPermission operand) |
OrPermission(IPermission... operands) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.