Uses of Class
africa.absa.inception.security.GroupNotFoundException
-
Uses of GroupNotFoundException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionvoidInternalUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidISecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Add the group member to the group.voidLDAPUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidSecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidInternalUserDirectory.addRoleToGroup(String groupName, String roleCode) voidISecurityService.addRoleToGroup(UUID userDirectoryId, String groupName, String roleCode) Add the role to the group.voidLDAPUserDirectory.addRoleToGroup(String groupName, String roleCode) voidSecurityService.addRoleToGroup(UUID userDirectoryId, String groupName, String roleCode) voidInternalUserDirectory.addUserToGroup(String groupName, String username) voidISecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) Add the user to the group.voidLDAPUserDirectory.addUserToGroup(String groupName, String username) voidSecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.deleteGroup(String groupName) voidISecurityService.deleteGroup(UUID userDirectoryId, String groupName) Delete the group.voidLDAPUserDirectory.deleteGroup(String groupName) voidSecurityService.deleteGroup(UUID userDirectoryId, String groupName) Retrieve the group.InternalUserDirectory.getMembersForGroup(String groupName) InternalUserDirectory.getMembersForGroup(String groupName, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) ISecurityService.getMembersForGroup(UUID userDirectoryId, String groupName) Retrieve the group members for the group.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.LDAPUserDirectory.getMembersForGroup(String groupName) LDAPUserDirectory.getMembersForGroup(String groupName, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) SecurityService.getMembersForGroup(UUID userDirectoryId, String groupName) SecurityService.getMembersForGroup(UUID userDirectoryId, String groupName, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) InternalUserDirectory.getRoleCodesForGroup(String groupName) ISecurityService.getRoleCodesForGroup(UUID userDirectoryId, String groupName) Retrieve the codes for the roles that have been assigned to the group.LDAPUserDirectory.getRoleCodesForGroup(String groupName) SecurityService.getRoleCodesForGroup(UUID userDirectoryId, String groupName) InternalUserDirectory.getRolesForGroup(String groupName) ISecurityService.getRolesForGroup(UUID userDirectoryId, String groupName) Retrieve the roles that have been assigned to the group.LDAPUserDirectory.getRolesForGroup(String groupName) SecurityService.getRolesForGroup(UUID userDirectoryId, String groupName) booleanInternalUserDirectory.isUserInGroup(String groupName, String username) booleanISecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) Is the user in the group?booleanLDAPUserDirectory.isUserInGroup(String groupName, String username) booleanSecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.removeMemberFromGroup(String groupName, GroupMemberType memberType, String memberName) voidISecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Remove the group member from the group.voidLDAPUserDirectory.removeMemberFromGroup(String groupName, GroupMemberType memberType, String memberName) voidSecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidInternalUserDirectory.removeRoleFromGroup(String groupName, String roleCode) voidISecurityService.removeRoleFromGroup(UUID userDirectoryId, String groupName, String roleCode) Remove the role from the group.voidLDAPUserDirectory.removeRoleFromGroup(String groupName, String roleCode) voidSecurityService.removeRoleFromGroup(UUID userDirectoryId, String groupName, String roleCode) voidInternalUserDirectory.removeUserFromGroup(String groupName, String username) voidISecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) Remove the user from the group.voidLDAPUserDirectory.removeUserFromGroup(String groupName, String username) voidSecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.updateGroup(Group group) voidISecurityService.updateGroup(Group group) Update the group.voidLDAPUserDirectory.updateGroup(Group group) voidSecurityService.updateGroup(Group group)