Modifier and Type | Method and Description |
---|---|
PermissionSet |
PermissionManager.getAllPermissions()
Retrieves all permissions defined in the system.
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
DynamicAccessControlListImpl.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.
|
PermissionSet |
DynamicAccessControlList.getPermissions()
Retrieves a set of Permissions an user is assigned
|
PermissionSet |
DynamicAccessControlListImpl.getPermissions(Group group)
Retrieves a set of Permissions an user is assigned in a Group.
|
PermissionSet |
DynamicAccessControlList.getPermissions(Group group)
Retrieves a set of Permissions an user is assigned in a Group.
|
Constructor and Description |
---|
DynamicAccessControlListImpl(Map<? extends Group,? extends RoleSet> roleSets,
Map<? extends Role,? extends PermissionSet> permissionSets)
Constructs a new AccessControlList.
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
DynamicRole.getPermissions()
Get the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicRole.setPermissions(PermissionSet permissionSet)
Set the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
DynamicRoleImpl.getPermissions()
Get the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicRoleImpl.setPermissions(PermissionSet permissionSet)
Set the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
TurbineAccessControlListImpl.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.
|
PermissionSet |
TurbineAccessControlList.getPermissions()
Retrieves a set of Permissions an user is assigned in the global Group.
|
PermissionSet |
TurbineAccessControlListImpl.getPermissions(Group group)
Retrieves a set of Permissions an user is assigned in a Group.
|
PermissionSet |
TurbineAccessControlList.getPermissions(Group group)
Retrieves a set of Permissions an user is assigned in a Group.
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
TurbineRole.getPermissions()
Get the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineRole.setPermissions(PermissionSet permissionSet)
Set the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
PermissionSet |
TurbineRoleImpl.getPermissions()
Get the permission that are part of this role
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineRoleImpl.setPermissions(PermissionSet permissionSet)
Set the permission that are part of this role
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.