Modifier and Type | Method and Description |
---|---|
GroupSet |
GroupManager.getAllGroups()
Retrieves all groups defined in the system.
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
BasicAccessControlListImpl.getGroups()
Retrieves a set of Groups an user is assigned
|
GroupSet |
BasicAccessControlList.getGroups()
Retrieves all groups for a user
|
Constructor and Description |
---|
BasicAccessControlListImpl(GroupSet groupSet)
Constructs a new AccessControlList.
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
BasicUser.getGroups()
Get the groups this user is part of
|
Modifier and Type | Method and Description |
---|---|
void |
BasicUser.setGroups(GroupSet groups)
Set the groups this user is part of
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
BasicUserImpl.getGroups()
Get the groups this user is part of
|
Modifier and Type | Method and Description |
---|---|
void |
BasicUserImpl.setGroups(GroupSet groups)
Set the groups this user is part of
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicAccessControlListImpl.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
DynamicAccessControlList.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
DynamicAccessControlListImpl.hasPermission(String permissionName,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
DynamicAccessControlList.hasPermission(String permissionName,
GroupSet groupset)
Checks if the user is assigned a specifie Permission in any of the given
Groups
|
boolean |
DynamicAccessControlListImpl.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given Groups
|
boolean |
DynamicAccessControlList.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given Groups
|
boolean |
DynamicAccessControlListImpl.hasRole(String rolename,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given Groups
|
boolean |
DynamicAccessControlList.hasRole(String rolename,
GroupSet groupset)
Checks if the user is assigned a specifie Role in any of the given Groups
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
DynamicRole.getGroups()
Get the groups this role belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicRole.setGroups(GroupSet groups)
Set the groups this role belongs to
|
Modifier and Type | Method and Description |
---|---|
GroupSet |
DynamicRoleImpl.getGroups()
Get the groups this role belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicRoleImpl.setGroups(GroupSet groupSet)
Set the groups this role belongs to
|
Modifier and Type | Method and Description |
---|---|
boolean |
TurbineAccessControlListImpl.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
TurbineAccessControlList.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
TurbineAccessControlListImpl.hasPermission(String permissionName,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given
Groups
|
boolean |
TurbineAccessControlList.hasPermission(String permissionName,
GroupSet groupset)
Checks if the user is assigned a specifie Permission in any of the given
Groups
|
boolean |
TurbineAccessControlListImpl.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given
Groups
|
boolean |
TurbineAccessControlList.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given
Groups
|
boolean |
TurbineAccessControlListImpl.hasRole(String rolename,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given
Groups
|
boolean |
TurbineAccessControlList.hasRole(String rolename,
GroupSet groupset)
Checks if the user is assigned a specifie Role in any of the given
Groups
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.