Modifier and Type | Method and Description |
---|---|
RoleSet |
RoleManager.getAllRoles()
Retrieves all roles defined in the system.
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
DynamicAccessControlListImpl.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.
|
RoleSet |
DynamicAccessControlList.getRoles()
Retrieves all roles for a user
|
RoleSet |
DynamicAccessControlListImpl.getRoles(Group group)
Retrieves a set of Roles an user is assigned in a Group.
|
RoleSet |
DynamicAccessControlList.getRoles(Group group)
Retrieves a set of Roles 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 |
---|---|
RoleSet |
DynamicPermission.getRoles()
Get the roles that this permission belongs to
|
RoleSet |
DynamicGroup.getRoles()
Get the roles that are part of this group
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicPermission.setRoles(RoleSet roleSet)
Set the roles that this permission belongs to
|
void |
DynamicGroup.setRoles(RoleSet roleSet)
Set the roles that are part of this group
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
DynamicPermissionImpl.getRoles()
Get the roles that this permission belongs to
|
RoleSet |
DynamicGroupImpl.getRoles()
Get the roles that are part of this group
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicPermissionImpl.setRoles(RoleSet roleSet)
Set the roles that this permission belongs to
|
void |
DynamicGroupImpl.setRoles(RoleSet roleSet)
Set the roles that are part of this group
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
TurbineAccessControlListImpl.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.
|
RoleSet |
TurbineAccessControlList.getRoles()
Retrieves a set of Roles an user is assigned in the global Group.
|
RoleSet |
TurbineAccessControlListImpl.getRoles(Group group)
Retrieves a set of Roles an user is assigned in a Group.
|
RoleSet |
TurbineAccessControlList.getRoles(Group group)
Retrieves a set of Roles an user is assigned in a Group.
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
TurbinePermission.getRoles()
Get the roles that this permission belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
TurbinePermission.setRoles(RoleSet roleSet)
Set the roles that this permission belongs to
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
TurbinePermissionImpl.getRoles()
Get the roles that this permission belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
TurbinePermissionImpl.setRoles(RoleSet roleSet)
Set the roles that this permission belongs to
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.