Uses of Class
africa.absa.inception.security.UserDirectoryNotFoundException
-
Uses of UserDirectoryNotFoundException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw UserDirectoryNotFoundExceptionModifier and TypeMethodDescriptionvoidISecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Add the group member to the group.voidSecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidISecurityService.addRoleToGroup(UUID userDirectoryId, String groupName, String roleCode) Add the role to the group.voidSecurityService.addRoleToGroup(UUID userDirectoryId, String groupName, String roleCode) voidISecurityService.addUserDirectoryToTenant(UUID tenantId, UUID userDirectoryId) Add the user directory to the tenant.voidSecurityService.addUserDirectoryToTenant(UUID tenantId, UUID userDirectoryId) voidISecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) Add the user to the group.voidSecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) voidISecurityService.adminChangePassword(UUID userDirectoryId, String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) Administratively change the password for the user.voidSecurityService.adminChangePassword(UUID userDirectoryId, String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) voidISecurityService.createGroup(Group group) Create the new group.voidSecurityService.createGroup(Group group) voidISecurityService.createUser(User user, boolean expiredPassword, boolean userLocked) Create the new user.voidSecurityService.createUser(User user, boolean expiredPassword, boolean userLocked) voidISecurityService.deleteGroup(UUID userDirectoryId, String groupName) Delete the group.voidSecurityService.deleteGroup(UUID userDirectoryId, String groupName) voidISecurityService.deleteUser(UUID userDirectoryId, String username) Delete the user.voidSecurityService.deleteUser(UUID userDirectoryId, String username) voidISecurityService.deleteUserDirectory(UUID userDirectoryId) Delete the user directory.voidSecurityService.deleteUserDirectory(UUID userDirectoryId) ISecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) Retrieve the users matching the user attribute criteria.SecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) ISecurityService.getFunctionCodesForUser(UUID userDirectoryId, String username) Retrieve the function codes for the user.SecurityService.getFunctionCodesForUser(UUID userDirectoryId, String username) Retrieve the group.ISecurityService.getGroupNames(UUID userDirectoryId) Retrieve all the group names.SecurityService.getGroupNames(UUID userDirectoryId) ISecurityService.getGroupNamesForUser(UUID userDirectoryId, String username) Retrieve the names of the groups the user is a member of.SecurityService.getGroupNamesForUser(UUID userDirectoryId, String username) Retrieve all the groups.ISecurityService.getGroups(UUID userDirectoryId, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Retrieve the groups.SecurityService.getGroups(UUID userDirectoryId, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) ISecurityService.getGroupsForUser(UUID userDirectoryId, String username) Retrieve the groups the user is a member of.SecurityService.getGroupsForUser(UUID userDirectoryId, String username) 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.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) ISecurityService.getRoleCodesForGroup(UUID userDirectoryId, String groupName) Retrieve the codes for the roles that have been assigned to the group.SecurityService.getRoleCodesForGroup(UUID userDirectoryId, String groupName) ISecurityService.getRoleCodesForUser(UUID userDirectoryId, String username) Retrieve the codes for the roles that have been assigned to the user.SecurityService.getRoleCodesForUser(UUID userDirectoryId, String username) ISecurityService.getRolesForGroup(UUID userDirectoryId, String groupName) Retrieve the roles that have been assigned to the group.SecurityService.getRolesForGroup(UUID userDirectoryId, String groupName) ISecurityService.getTenantIdsForUserDirectory(UUID userDirectoryId) Retrieve the IDs for the tenants the user directory is associated with.SecurityService.getTenantIdsForUserDirectory(UUID userDirectoryId) ISecurityService.getTenantsForUserDirectory(UUID userDirectoryId) Retrieve the tenants the user directory is associated with.SecurityService.getTenantsForUserDirectory(UUID userDirectoryId) Retrieve the user.ISecurityService.getUserDirectory(UUID userDirectoryId) Retrieve the user directory.SecurityService.getUserDirectory(UUID userDirectoryId) ISecurityService.getUserDirectoryCapabilities(UUID userDirectoryId) Retrieve the capabilities the user directory supports.SecurityService.getUserDirectoryCapabilities(UUID userDirectoryId) ISecurityService.getUserDirectoryName(UUID userDirectoryId) Retrieve the name of the user directory.SecurityService.getUserDirectoryName(UUID userDirectoryId) ISecurityService.getUserDirectoryTypeForUserDirectory(UUID userDirectoryId) Retrieve the user directory type for the user directory.SecurityService.getUserDirectoryTypeForUserDirectory(UUID userDirectoryId) ISecurityService.getUserName(UUID userDirectoryId, String username) Retrieve the name of the user.SecurityService.getUserName(UUID userDirectoryId, String username) Retrieve all the users.ISecurityService.getUsers(UUID userDirectoryId, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Retrieve the users.SecurityService.getUsers(UUID userDirectoryId, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) booleanISecurityService.isExistingUser(UUID userDirectoryId, String username) Does the user with the specified username exist?booleanSecurityService.isExistingUser(UUID userDirectoryId, String username) booleanISecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) Is the user in the group?booleanSecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) voidISecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Remove the group member from the group.voidSecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidISecurityService.removeRoleFromGroup(UUID userDirectoryId, String groupName, String roleCode) Remove the role from the group.voidSecurityService.removeRoleFromGroup(UUID userDirectoryId, String groupName, String roleCode) voidISecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) Remove the user from the group.voidSecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) voidISecurityService.updateGroup(Group group) Update the group.voidSecurityService.updateGroup(Group group) voidISecurityService.updateUser(User user, boolean expirePassword, boolean lockUser) Update the user.voidSecurityService.updateUser(User user, boolean expirePassword, boolean lockUser) voidISecurityService.updateUserDirectory(UserDirectory userDirectory) Update the user directory.voidSecurityService.updateUserDirectory(UserDirectory userDirectory)