void |
InternalUserDirectory.addMemberToGroup(String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
ISecurityService.addMemberToGroup(UUID userDirectoryId,
String groupName,
GroupMemberType memberType,
String memberName) |
Add the group member to the group.
|
void |
LDAPUserDirectory.addMemberToGroup(String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
SecurityService.addMemberToGroup(UUID userDirectoryId,
String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
InternalUserDirectory.addRoleToGroup(String groupName,
String roleCode) |
|
void |
ISecurityService.addRoleToGroup(UUID userDirectoryId,
String groupName,
String roleCode) |
Add the role to the group.
|
void |
LDAPUserDirectory.addRoleToGroup(String groupName,
String roleCode) |
|
void |
SecurityService.addRoleToGroup(UUID userDirectoryId,
String groupName,
String roleCode) |
|
void |
InternalUserDirectory.addUserToGroup(String groupName,
String username) |
|
void |
ISecurityService.addUserToGroup(UUID userDirectoryId,
String groupName,
String username) |
Add the user to the group.
|
void |
LDAPUserDirectory.addUserToGroup(String groupName,
String username) |
|
void |
SecurityService.addUserToGroup(UUID userDirectoryId,
String groupName,
String username) |
|
void |
InternalUserDirectory.deleteGroup(String groupName) |
|
void |
ISecurityService.deleteGroup(UUID userDirectoryId,
String groupName) |
Delete the group.
|
void |
LDAPUserDirectory.deleteGroup(String groupName) |
|
void |
SecurityService.deleteGroup(UUID userDirectoryId,
String groupName) |
|
Group |
InternalUserDirectory.getGroup(String groupName) |
|
Group |
ISecurityService.getGroup(UUID userDirectoryId,
String groupName) |
Retrieve the group.
|
Group |
LDAPUserDirectory.getGroup(String groupName) |
|
Group |
SecurityService.getGroup(UUID userDirectoryId,
String groupName) |
|
List<GroupMember> |
InternalUserDirectory.getMembersForGroup(String groupName) |
|
GroupMembers |
InternalUserDirectory.getMembersForGroup(String groupName,
String filter,
africa.absa.inception.core.sorting.SortDirection sortDirection,
Integer pageIndex,
Integer pageSize) |
|
List<GroupMember> |
ISecurityService.getMembersForGroup(UUID userDirectoryId,
String groupName) |
Retrieve the group members for the group.
|
GroupMembers |
ISecurityService.getMembersForGroup(UUID userDirectoryId,
String groupName,
String filter,
africa.absa.inception.core.sorting.SortDirection sortDirection,
Integer pageIndex,
Integer pageSize) |
Retrieve the group members for the group.
|
List<GroupMember> |
LDAPUserDirectory.getMembersForGroup(String groupName) |
|
GroupMembers |
LDAPUserDirectory.getMembersForGroup(String groupName,
String filter,
africa.absa.inception.core.sorting.SortDirection sortDirection,
Integer pageIndex,
Integer pageSize) |
|
List<GroupMember> |
SecurityService.getMembersForGroup(UUID userDirectoryId,
String groupName) |
|
GroupMembers |
SecurityService.getMembersForGroup(UUID userDirectoryId,
String groupName,
String filter,
africa.absa.inception.core.sorting.SortDirection sortDirection,
Integer pageIndex,
Integer pageSize) |
|
List<String> |
InternalUserDirectory.getRoleCodesForGroup(String groupName) |
|
List<String> |
ISecurityService.getRoleCodesForGroup(UUID userDirectoryId,
String groupName) |
Retrieve the codes for the roles that have been assigned to the group.
|
List<String> |
LDAPUserDirectory.getRoleCodesForGroup(String groupName) |
|
List<String> |
SecurityService.getRoleCodesForGroup(UUID userDirectoryId,
String groupName) |
|
List<GroupRole> |
InternalUserDirectory.getRolesForGroup(String groupName) |
|
List<GroupRole> |
ISecurityService.getRolesForGroup(UUID userDirectoryId,
String groupName) |
Retrieve the roles that have been assigned to the group.
|
List<GroupRole> |
LDAPUserDirectory.getRolesForGroup(String groupName) |
|
List<GroupRole> |
SecurityService.getRolesForGroup(UUID userDirectoryId,
String groupName) |
|
boolean |
InternalUserDirectory.isUserInGroup(String groupName,
String username) |
|
boolean |
ISecurityService.isUserInGroup(UUID userDirectoryId,
String groupName,
String username) |
Is the user in the group?
|
boolean |
LDAPUserDirectory.isUserInGroup(String groupName,
String username) |
|
boolean |
SecurityService.isUserInGroup(UUID userDirectoryId,
String groupName,
String username) |
|
void |
InternalUserDirectory.removeMemberFromGroup(String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
ISecurityService.removeMemberFromGroup(UUID userDirectoryId,
String groupName,
GroupMemberType memberType,
String memberName) |
Remove the group member from the group.
|
void |
LDAPUserDirectory.removeMemberFromGroup(String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
SecurityService.removeMemberFromGroup(UUID userDirectoryId,
String groupName,
GroupMemberType memberType,
String memberName) |
|
void |
InternalUserDirectory.removeRoleFromGroup(String groupName,
String roleCode) |
|
void |
ISecurityService.removeRoleFromGroup(UUID userDirectoryId,
String groupName,
String roleCode) |
Remove the role from the group.
|
void |
LDAPUserDirectory.removeRoleFromGroup(String groupName,
String roleCode) |
|
void |
SecurityService.removeRoleFromGroup(UUID userDirectoryId,
String groupName,
String roleCode) |
|
void |
InternalUserDirectory.removeUserFromGroup(String groupName,
String username) |
|
void |
ISecurityService.removeUserFromGroup(UUID userDirectoryId,
String groupName,
String username) |
Remove the user from the group.
|
void |
LDAPUserDirectory.removeUserFromGroup(String groupName,
String username) |
|
void |
SecurityService.removeUserFromGroup(UUID userDirectoryId,
String groupName,
String username) |
|
void |
InternalUserDirectory.updateGroup(Group group) |
|
void |
ISecurityService.updateGroup(Group group) |
Update the group.
|
void |
LDAPUserDirectory.updateGroup(Group group) |
|
void |
SecurityService.updateGroup(Group group) |
|