Uses of Class
cz.metacentrum.perun.core.api.exceptions.UserNotExistsException
Packages that use UserNotExistsException
Package
Description
-
Uses of UserNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManager.addAdmin
(PerunSession sess, Facility facility, User user) Adds user administrator to the Facility.void
GroupsManager.addAdmin
(PerunSession perunSession, Group group, User user) Adds a user administrator of the group.void
ResourcesManager.addAdmin
(PerunSession sess, Resource resource, User user) Add role resource admin to user for the selected resource.void
VosManager.addAdmin
(PerunSession perunSession, Vo vo, User user) Add a user administrator to the VO.void
MembersManager.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates) Add member candidates.void
MembersManager.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) Add member candidates to Group.void
ResourcesManager.addResourceSelfServiceUser
(PerunSession sess, Resource resource, User user) Sets ResourceSelfService role to given user for given resource.void
UsersManager.addSpecificUserOwner
(PerunSession sess, User user, User specificUser) Add specificUser owner (the user) If not exists, create new ownership.void
VosManager.addSponsorRole
(PerunSession sess, Vo vo, User user) Adds role SPONSOR for user in a VO.UsersManager.addUserExtSource
(PerunSession perunSession, User user, UserExtSource userExtSource) Adds user's external sources.UsersManager.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Adds userExternalSource to the user along with the ues attributes.void
UsersManager.anonymizeUser
(PerunSession perunSession, User user, boolean force) Anonymizes user - according to configuration, each of user's attributes is either anonymized, kept untouched or deleted.ConsentsManager.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusvoid
UsersManager.changeEmail
(PerunSession sess, User user, String newEmail) Change user's email to email from user ext source.void
UsersManager.changeEmailCustom
(PerunSession sess, User user, String newEmail, String url, String lang, String path, String idp) Change user's email to custom email.void
UsersManager.changeName
(PerunSession sess, User user, String newUserName) Change user's name to user's name from user ext source.void
UsersManager.changeNameCustom
(PerunSession sess, User user, String titleBefore, String firstName, String middleName, String lastName, String titleAfter) Change user's name to custom name.void
UsersManager.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) Changes user password in defined login-namespace based on token parameter.void
UsersManager.changeOrganization
(PerunSession sess, User user, String newOrganizationName) Change organization from which user came to organization from user ext source.void
UsersManager.changeOrganizationCustom
(PerunSession sess, User user, String newOrganizationName) Change organization from which user came to custom organization.void
UsersManager.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) Changes user password in defined login-namespace.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid syntax.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid syntax.void
UsersManager.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) Creates alternative password in external system.MembersManager.createMember
(PerunSession sess, Vo vo, User user) Creates a new member from user.MembersManager.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) Creates a new member from user.UsersManager.createServiceUser
(PerunSession sess, Candidate candidate, List<User> specificUserOwners) From given candidate, creates a service user and assign given owners to him.MembersManager.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) Creates a new member from candidate which is prepared for creating specific User In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.MembersManager.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) Creates a new member from candidate which is prepared for creating specificUser In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.void
UsersManager.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) Deletes alternative password in external system.void
UsersManager.deletePassword
(PerunSession sess, User user, String loginNamespace) Deletes password in external system.void
UsersManager.deleteUser
(PerunSession perunSession, User user) Deletes user.void
UsersManager.deleteUser
(PerunSession perunSession, User user, boolean forceDelete) Deletes user.MembersManager.extendExpirationForSponsoredMember
(PerunSession session, Member sponsored, User sponsor) Extends expiration date.AttributesManager.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method tries to fill value of the user-facility attribute.AttributesManager.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method tries to fill value of the user attribute.AttributesManager.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) This method tries to fill value of the user, member, member-resource and user-facility attributes.AttributesManager.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.UsersManager.findRichUsers
(PerunSession sess, String searchString) Returns list of RichUsers with attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManager.findRichUsersWithAttributes
(PerunSession sess, String searchString, List<String> attrNames) Returns list of RichUsers with attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManager.findRichUsersWithAttributesByExactMatch
(PerunSession sess, String searchString, List<String> attrNames) Returns list of RichUsers with attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManager.findRichUsersWithoutSpecificVoWithAttributes
(PerunSession sess, Vo vo, String searchString, List<String> attrsName) Return list of RichUsers who matches the searchString, searching name, email and logins and are not member in specific VO and contain selected attributes.UsersManager.getAllowedResources
(PerunSession sess, Facility facility, User user) Get all resources from the facility which have the user access on.UsersManager.getAllowedResources
(PerunSession sess, User user) Get all resources which have the user access on.UsersManager.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) Get All richUsers with or without specificUsers.UsersManager.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsNames) Get All richUsers with or without specificUsers.FacilitiesManager.getAssignedFacilities
(PerunSession sess, User user) Get facilities which have the user access on.UsersManager.getAssignedRichResources
(PerunSession sess, User user) Get all rich resources which have the user assigned.UsersManager.getAssociatedResources
(PerunSession sess, Facility facility, User user) Return all resources of specified facility with which user is associated through all his members.AttributesManager.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) Get particular attribute for the user on this facility.AttributesManager.getAttribute
(PerunSession sess, User user, String attributeName) Get particular attribute for the user.AttributesManager.getAttributeById
(PerunSession sess, Facility facility, User user, int id) Get particular attribute for the user on this facility.AttributesManager.getAttributeById
(PerunSession sess, User user, int id) Get particular attribute for the user.AttributesManager.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) Get all non-empty member, user, member-resource and user-facility attributes.AttributesManager.getAttributes
(PerunSession sess, Facility facility, User user) Get all non-empty attributes associated with the user on the facility.AttributesManager.getAttributes
(PerunSession sess, User user) Get all non-empty attributes associated with the user.AttributesManager.getAttributes
(PerunSession sess, User user, List<String> attrNames) Get all attributes associated with the user which have name in list attrNames (empty too).FacilitiesManager.getBan
(PerunSession sess, int userId, int faclityId) Get ban by userId and facilityId.FacilitiesManager.getBansForUser
(PerunSession sess, int userId) Get all bans for user on any facility.ConsentsManager.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified statusConsentsManager.getConsentsForUser
(PerunSession sess, int id) Get all consents for chosen UserConsentsManager.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified statusConsentsManager.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Get all consents for chosen User in specified consent hubFacilitiesManager.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Get all enriched bans on facility for user.ResourcesManager.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Get all enriched bans on resources for user.VosManager.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) Gets all Enriched Bans for given user.FacilitiesManager.getFacilitiesWhereUserIsAdmin
(PerunSession sess, User user) Get all facilities where the user is admin.GroupsManager.getGroupsWhereUserIsActiveMember
(PerunSession session, User user, Vo vo) Returns groups in which the user is active member.UsersManager.getGroupsWhereUserIsAdmin
(PerunSession perunSession, User user) Returns list of Groups in Perun, where the User is a direct Administrator or he is VALID a member of any group which is Administrator of some of these Groups.UsersManager.getGroupsWhereUserIsAdmin
(PerunSession sess, Vo vo, User user) Returns list of Groups in selected Vo, where the User is a direct Administrator or he is a VALID member of any group which is Administrator of some of these Groups.AttributesManager.getLogins
(PerunSession sess, User user) Get all attributes with user's logins.MembersManager.getMemberByExtSourceNameAndExtLogin
(PerunSession sess, Vo vo, String extSourceName, String extLogin) Get member by extSourceName, extSourceLogin and VoMembersManager.getMemberByUser
(PerunSession sess, Vo vo, User user) Returns member by his user and vo.MembersManager.getMembersByUser
(PerunSession sess, User user) Returns members by his user.UsersManager.getPendingPreferredEmailChanges
(PerunSession sess, User user) Return list of email addresses of user, which are awaiting validation and are inside time window for validation.AttributesManager.getRequiredAttributes
(PerunSession sess, Facility facility, User user) Get user-facility attributes which are required by services which are related to this user-facility.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) Get user-facility attributes which are required by the service for each user in list of users.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) Get user attributes which are required by the service for each user in list of users.AttributesManager.getRequiredAttributes
(PerunSession sess, User user) Get user attributes which are required by services which are relater to this user.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) Get member, user, member-resource and user-facility attributes which are required by services which are defined on "resourceToGetServicesFrom" resource.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) Get user-facility attributes which are required by services which are defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, Member member, boolean workWithUserAttributes) Get member-group and member-resource attributes required by the services specified on resource Get also user, member, user-facility attributes, if workWithUserAttributes is true.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) Get user attributes which are required by services defined on specified resourceResourcesManager.getResourcesWhereUserIsAdmin
(PerunSession sess, Facility facility, Vo vo, User authorizedUser) Return all resources for the facility and the vo where user is authorized as resource manager.ResourcesManager.getResourcesWhereUserIsAdmin
(PerunSession sess, User user) Returns list of resources, where the user is an admin.ResourcesManager.getResourcesWhereUserIsAdmin
(PerunSession sess, Vo vo, User authorizedUser) Return all resources for the vo where user is authorized as resource manager.FacilitiesManager.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.GroupsManager.getRichAdmins
(PerunSession perunSession, Group group, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.ResourcesManager.getRichAdmins
(PerunSession perunSession, Resource resource, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.VosManager.getRichAdmins
(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.FacilitiesManager.getRichAdminsWithAttributes
(PerunSession sess, Facility facility) Deprecated.GroupsManager.getRichAdminsWithAttributes
(PerunSession perunSession, Group group) Deprecated.VosManager.getRichAdminsWithAttributes
(PerunSession perunSession, Vo vo) Deprecated.UsersManager.getRichUser
(PerunSession sess, User user) Get User to RichUser without attributes.UsersManager.getRichUserExtSources
(PerunSession perunSession, User user) Gets list of all user's external sources with attributes.UsersManager.getRichUserExtSources
(PerunSession perunSession, User user, List<String> attrsNames) Gets list of all user's external sources with attributes.UsersManager.getRichUsersWithAttributesByIds
(PerunSession sess, List<Integer> ids) Returns rich users with attributes by their ids.UsersManager.getRichUsersWithoutVoAssigned
(PerunSession sess) Returns all RichUsers with attributes who are not member of any VO.UsersManager.getRichUsersWithoutVoWithAttributes
(PerunSession sess, List<String> attrNames) Returns list of RichUsers which are not members of any VO and with selected attributesUsersManager.getRichUserWithAttributes
(PerunSession sess, User user) Get User to RichUser with attributes.AuthzResolver.getRoleComplementaryObjectsWithAuthorizedGroups
(PerunSession sess, int userId) Returns map of role name and map of corresponding role complementary objects (perun beans) distinguished by type. * together with list of authorized groups where user is member: * Mapinvalid input: '<' RoleName, Mapinvalid input: '<' BeanName, Mapinvalid input: '<' BeanID, List>>> static AuthzRoles
AuthzResolver.getRolesObtainedFromAuthorizedGroupMemberships
(PerunSession sess, int userId) Returns user's roles resulting from being a VALID member of authorized groups.UsersManager.getSpecificUsersByUser
(PerunSession sess, User user) Return all specificUsers who are owned by the userMembersManager.getSponsoredMembers
(PerunSession sess, Vo vo, User user) Gets list of members of a VO sponsored by the given user.MembersManager.getSponsoredMembers
(PerunSession sess, Vo vo, User user, List<String> attrNames) Get all sponsored RichMembers with attributes by list of attribute names for specific User and Vo.UsersManager.getSponsors
(PerunSession sess, Member member, List<String> attrNames) Deprecated.- use getSponsorsForMemberUsersManager.getUnanonymizedUsersBySpecificUser
(PerunSession sess, User specificUser) Return all users who owns the specific one and are not anonymizedUsersManager.getUserAssignments
(PerunSession sess, User user) Returns all assignments of the user, assignments being Facilities and Resources they are assigned to.UsersManager.getUserByExtSourceNameAndExtLogin
(PerunSession sess, String extSourceName, String extLogin) Get user by extSourceName and extSourceLoginUsersManager.getUserById
(PerunSession perunSession, int id) Returns user by his/her id.UsersManager.getUserByUserExtSource
(PerunSession perunSession, UserExtSource userExtSource) Returns user by his login in external source and external source.UsersManager.getUserByUserExtSources
(PerunSession perunSession, List<UserExtSource> userExtSources) Returns user based on one of the userExtSource.UsersManager.getUserExtSources
(PerunSession perunSession, User user) Gets list of all user's external sources of the user.UsersManager.getUserRelations
(PerunSession sess, User user) Gets map with 2 items which are a list of all vos and a list of all groups where given user is member filtered by principal's privileges.AuthzResolver.getUserRoleNames
(PerunSession sess, User user) Get all user role names.UsersManager.getUsersBySpecificUser
(PerunSession sess, User specificUser) Return all users who owns the specific oneUsersManager.getVosWhereUserIsAdmin
(PerunSession perunSession, User user) Returns list of VOs, where the user is an Administrator.UsersManager.getVosWhereUserIsMember
(PerunSession perunSession, User user) Returns list of VOs, where the user is a member.boolean
UsersManager.isUserPerunAdmin
(PerunSession sess, User user) Deprecated.boolean
UsersManager.loginExist
(PerunSession sess, User user, String loginNamespace) Check, if login exists in given login-namespace.void
MembersManager.moveMembership
(PerunSession sess, Vo vo, User sourceUser, User targetUser) Moves membership in VO from source user to target user - moves the source user's memberships in non-synchronized groups, member related attributes, bans and sponsorships in the VO.void
UsersManager.moveUserExtSource
(PerunSession perunSession, User sourceUser, User targetUser, UserExtSource userExtSource) Take UserExtSource from sourceUser and move it to the targetUser.void
FacilitiesManager.removeAdmin
(PerunSession sess, Facility facility, User user) Removes a user administrator from the Facility.void
GroupsManager.removeAdmin
(PerunSession perunSession, Group group, User user) Removes a user administrator form the group.void
ResourcesManager.removeAdmin
(PerunSession sess, Resource resource, User user) Remove role resource admin from user for the selected resource.void
VosManager.removeAdmin
(PerunSession perunSession, Vo vo, User user) Removes a user administrator from the VO.void
AttributesManager.removeAllAttributes
(PerunSession sess, Facility facility, User user) Unset all attributes for the user on the facility.void
AttributesManager.removeAllAttributes
(PerunSession sess, User user) Unset all attributes for the user.void
AttributesManager.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) Unset particular attribute for the user on the facility.void
AttributesManager.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) Unset particular attribute for the user.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-group, member-resource and user-facility attributes.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-resource and user-facility attributes.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
ResourcesManager.removeResourceSelfServiceUser
(PerunSession sess, Resource resource, User user) Unset ResourceSelfService role to given user for given resource.void
UsersManager.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUservoid
VosManager.removeSponsorRole
(PerunSession sess, Vo vo, User user) Removes role SPONSOR from user in a VO.void
UsersManager.removeUserExtSource
(PerunSession perunSession, User user, UserExtSource userExtSource) Removes user's external source.void
UsersManager.removeUserExtSource
(PerunSession perunSession, User user, UserExtSource userExtSource, boolean forceDelete) Removes user's external source.void
UsersManager.removeUserExtSources
(PerunSession perunSession, User user, List<UserExtSource> userExtSources, boolean forceDelete) Removes user's external sources.void
UsersManager.requestPreferredEmailChange
(PerunSession sess, String url, User user, String email, String lang, String path, String idp) Request change of user's preferred email address.void
UsersManager.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) Reserves the password in external system.void
UsersManager.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) Reserves random password in external system.void
MembersManager.sendAccountActivationLinkEmail
(PerunSession sess, Member member, String namespace, String url, String mailAttributeUrn, String language) Send mail to user's preferred email address with link for non-authz account activation.void
MembersManager.sendPasswordResetLinkEmail
(PerunSession sess, Member member, String namespace, String url, String mailAttributeUrn, String language) Send mail to user's preferred email address with link for non-authz password reset.void
MembersManager.sendUsernameReminderEmail
(PerunSession sess, Member member, String namespace, String mailAttributeUrn, String language) Send mail to user's preferred email address with reminder of the username in the given namespace.void
AttributesManager.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the attribute associated with the facility and user combination.void
AttributesManager.setAttribute
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Store the member, user, member-group, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Store the member, user, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Store the attributes associated with the facility and user combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with member and user (which we get from this member) if workWithUserAttributes is true.void
AttributesManager.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) Store the attributes associated with the user.FacilitiesManager.setBan
(PerunSession sess, BanOnFacility banOnFacility) Set ban for user on facility.void
UsersManager.setLogin
(PerunSession sess, User user, String loginNamespace, String login) Allow users to manually add login in supported namespace if same login is not reserved.static void
AuthzResolver.setRole
(PerunSession sess, User user, PerunBean complementaryObject, String role) Set role for user and one complementary object.static void
AuthzResolver.setRole
(PerunSession sess, User user, String role, List<PerunBean> complementaryObjects) Set role for user and all complementary objects.static void
AuthzResolver.setRole
(PerunSession sess, List<User> users, String role, PerunBean complementaryObject) Set role for given users and one complementary object.UsersManager.setSpecificUser
(PerunSession sess, User specificUser, SpecificUserType specificUserType, User owner) Set specific user type for specific user and set ownership of this user for the owner.static void
AuthzResolver.unsetRole
(PerunSession sess, User user, PerunBean complementaryObject, String role) Unset role for user and one complementary object.static void
AuthzResolver.unsetRole
(PerunSession sess, User user, String role, List<PerunBean> complementaryObjects) Unset role for user and all complementary objectsstatic void
AuthzResolver.unsetRole
(PerunSession sess, List<User> users, String role, PerunBean complementaryObject) Set role for given users and one complementary object.UsersManager.unsetSpecificUser
(PerunSession sess, User specificUser, SpecificUserType specificUserType) Remove all ownerships of this specific user and unset this specific user type from this specific user.FacilitiesManager.updateBan
(PerunSession sess, BanOnFacility banOnFacility) Update existing ban (description and validation timestamp)UsersManager.updateNameTitles
(PerunSession perunSession, User user) Updates titles before/after name of user.void
MembersManager.updateSponsorshipValidity
(PerunSession sess, Member sponsoredMember, User sponsor, LocalDate newValidity) Update the sponsorship of given member for given sponsor.UsersManager.updateUser
(PerunSession perunSession, User user) Updates users data in DB.void
UsersManager.validatePassword
(PerunSession sess, User user, String loginNamespace) Validates the password in external system and sets user extSources and extSource related attributes.UsersManager.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) Validate change of user's preferred email address. -
Uses of UserNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) Changes user password in defined login-namespace based on token of the password reset request.void
UsersManagerBl.checkUserExists
(PerunSession sess, User user) UsersManagerBl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) From List of Rich Users without attribute make list of Rich Users with attributesConsentsManagerBl.createConsent
(PerunSession perunSession, Consent consent) Creates a new consent with status 'UNSIGNED'.UsersManagerBl.findRichUsers
(PerunSession sess, String searchString) Returns list of richusers with attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManagerBl.findRichUsersByExactMatch
(PerunSession sess, String searchString) Returns list of richusers with attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManagerBl.findRichUsersWithAttributes
(PerunSession sess, String searchString, List<String> attrNames) Returns list of RichUsers with selected attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManagerBl.findRichUsersWithAttributesByExactMatch
(PerunSession sess, String searchString, List<String> attrNames) Returns list of RichUsers with selected attributes who matches the searchString, searching name, id, uuid, email, logins.UsersManagerBl.findRichUsersWithoutSpecificVoWithAttributes
(PerunSession sess, Vo vo, String searchString, List<String> attrsName) Return list of RichUsers who matches the searchString, searching name, email and logins and are not member in specific VO and contain selected attributes.UsersManagerBl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) Get All richUsers with or without specificUsers.UsersManagerBl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsNames) Get User to RichUser with attributes.MembersManagerBl.getMemberByExtSourceNameAndExtLogin
(PerunSession sess, Vo vo, String extSourceName, String extLogin) Get member by extSourceName, extSourceLogin and VoFacilitiesManagerBl.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Gets list of all richUser administrators of the Facility.GroupsManagerBl.getRichAdmins
(PerunSession perunSession, Group group, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Gets list of all richUser administrators of this group.ResourcesManagerBl.getRichAdmins
(PerunSession perunSession, Resource resource, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Gets list of all richUser administrators of the Resource.VosManagerBl.getRichAdmins
(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Get list of richUser administrators of specific vo for specific role.FacilitiesManagerBl.getRichAdminsWithAttributes
(PerunSession sess, Facility facility) Deprecated.GroupsManagerBl.getRichAdminsWithAttributes
(PerunSession perunSession, Group group) Deprecated.VosManagerBl.getRichAdminsWithAttributes
(PerunSession perunSession, Vo vo) Deprecated.AttributesManagerBl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) Method get attribute Definition attrDef and aidingAttr which only holds one or two useful objects in holders.UsersManagerBl.getRichUsersWithAttributesByIds
(PerunSession sess, List<Integer> ids) Returns rich users with attributes by their ids.UsersManagerBl.getRichUsersWithAttributesFromListOfUsers
(PerunSession sess, List<User> users) From Users makes RichUsers with attributes.UsersManagerBl.getRichUsersWithoutVoAssigned
(PerunSession sess) Returns all RichUsers with attributes who are not member of any VO.UsersManagerBl.getRichUsersWithoutVoWithAttributes
(PerunSession sess, List<String> attrsName) Return list of RichUsers which are not members of any VO and contain selected attributes.UsersManagerBl.getRichUserWithAttributes
(PerunSession sess, User user) Get User to RichUser with attributes.UsersManagerBl.getUserByExtSourceInformation
(PerunSession sess, PerunPrincipal principal) Get user by principal's additional identifiers or extSourceName and extSourceLogin.UsersManagerBl.getUserByExtSourceNameAndExtLogin
(PerunSession sess, String extSourceName, String extLogin) Get user by extSourceName and extSourceLoginUsersManagerBl.getUserById
(PerunSession perunSession, int id) Returns user by his/her id.UsersManagerBl.getUserByUserExtSource
(PerunSession perunSession, UserExtSource userExtSource) Returns user by his login in external source and external source.UsersManagerBl.getUserByUserExtSources
(PerunSession sess, List<UserExtSource> userExtSources) Get the user based on one of the userExtSource.UsersManagerBl.updateNameTitles
(PerunSession perunSession, User user) Updates titles before/after users name.UsersManagerBl.updateUser
(PerunSession perunSession, User user) Updates users data in DB. -
Uses of UserNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerBlImpl.checkUserExists
(PerunSession sess, User user) UsersManagerBlImpl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) ConsentsManagerBlImpl.createConsent
(PerunSession sess, Consent consent) UsersManagerBlImpl.findRichUsers
(PerunSession sess, String searchString) UsersManagerBlImpl.findRichUsersByExactMatch
(PerunSession sess, String searchString) UsersManagerBlImpl.findRichUsersWithAttributes
(PerunSession sess, String searchString, List<String> attrsName) UsersManagerBlImpl.findRichUsersWithAttributesByExactMatch
(PerunSession sess, String searchString, List<String> attrsName) UsersManagerBlImpl.findRichUsersWithoutSpecificVoWithAttributes
(PerunSession sess, Vo vo, String searchString, List<String> attrsName) UsersManagerBlImpl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) UsersManagerBlImpl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsName) MembersManagerBlImpl.getMemberByExtSourceNameAndExtLogin
(PerunSession sess, Vo vo, String extSourceName, String extLogin) FacilitiesManagerBlImpl.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) GroupsManagerBlImpl.getRichAdmins
(PerunSession perunSession, Group group, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) ResourcesManagerBlImpl.getRichAdmins
(PerunSession perunSession, Resource resource, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) VosManagerBlImpl.getRichAdmins
(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) FacilitiesManagerBlImpl.getRichAdminsWithAttributes
(PerunSession sess, Facility facility) Deprecated.GroupsManagerBlImpl.getRichAdminsWithAttributes
(PerunSession perunSession, Group group) Deprecated.VosManagerBlImpl.getRichAdminsWithAttributes
(PerunSession perunSession, Vo vo) Deprecated.AttributesManagerBlImpl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) UsersManagerBlImpl.getRichUsersWithAttributesByIds
(PerunSession sess, List<Integer> ids) UsersManagerBlImpl.getRichUsersWithAttributesFromListOfUsers
(PerunSession sess, List<User> users) UsersManagerBlImpl.getRichUsersWithoutVoAssigned
(PerunSession sess) UsersManagerBlImpl.getRichUsersWithoutVoWithAttributes
(PerunSession sess, List<String> attrsName) UsersManagerBlImpl.getRichUserWithAttributes
(PerunSession sess, User user) UsersManagerBlImpl.getUserByExtSourceInformation
(PerunSession sess, PerunPrincipal principal) UsersManagerBlImpl.getUserByExtSourceNameAndExtLogin
(PerunSession sess, String extSourceName, String extLogin) UsersManagerBlImpl.getUserById
(PerunSession sess, int id) UsersManagerBlImpl.getUserByUserExtSource
(PerunSession sess, UserExtSource userExtSource) UsersManagerBlImpl.getUserByUserExtSources
(PerunSession sess, List<UserExtSource> userExtSources) UsersManagerBlImpl.updateNameTitles
(PerunSession sess, User user) UsersManagerBlImpl.updateUser
(PerunSession sess, User user) -
Uses of UserNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerEntry.addAdmin
(PerunSession sess, Facility facility, User user) void
GroupsManagerEntry.addAdmin
(PerunSession sess, Group group, User user) void
ResourcesManagerEntry.addAdmin
(PerunSession sess, Resource resource, User user) void
VosManagerEntry.addAdmin
(PerunSession sess, Vo vo, User user) void
MembersManagerEntry.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates) void
MembersManagerEntry.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) void
ResourcesManagerEntry.addResourceSelfServiceUser
(PerunSession sess, Resource resource, User user) void
UsersManagerEntry.addSpecificUserOwner
(PerunSession sess, User user, User specificUser) void
VosManagerEntry.addSponsorRole
(PerunSession sess, Vo vo, User user) Adds role SPONSOR for user in a VO.UsersManagerEntry.addUserExtSource
(PerunSession sess, User user, UserExtSource userExtSource) UsersManagerEntry.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) void
UsersManagerEntry.anonymizeUser
(PerunSession sess, User user, boolean force) ConsentsManagerEntry.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) void
UsersManagerEntry.changeEmail
(PerunSession sess, User user, String newEmail) void
UsersManagerEntry.changeEmailCustom
(PerunSession sess, User user, String newEmail, String url, String lang, String path, String idp) void
UsersManagerEntry.changeName
(PerunSession sess, User user, String newUserName) void
UsersManagerEntry.changeNameCustom
(PerunSession sess, User user, String titleBefore, String firstName, String middleName, String lastName, String titleAfter) void
UsersManagerEntry.changeNonAuthzPassword
(PerunSession sess, UUID token, String password, String lang) void
UsersManagerEntry.changeOrganization
(PerunSession sess, User user, String newOrganizationName) void
UsersManagerEntry.changeOrganizationCustom
(PerunSession sess, User user, String newOrganizationName) void
UsersManagerEntry.changePassword
(PerunSession sess, User user, String loginNamespace, String oldPassword, String newPassword, boolean checkOldPassword) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) void
UsersManagerEntry.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, User user) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) UsersManagerEntry.createServiceUser
(PerunSession sess, Candidate candidate, List<User> owners) MembersManagerEntry.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) MembersManagerEntry.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) void
UsersManagerEntry.deleteAlternativePassword
(PerunSession sess, User user, String loginNamespace, String passwordId) void
UsersManagerEntry.deletePassword
(PerunSession sess, User user, String loginNamespace) void
UsersManagerEntry.deleteUser
(PerunSession sess, User user) void
UsersManagerEntry.deleteUser
(PerunSession sess, User user, boolean forceDelete) MembersManagerEntry.extendExpirationForSponsoredMember
(PerunSession sess, Member sponsoredMember, User sponsorUser) AttributesManagerEntry.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, User user, Attribute attribute) AttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) UsersManagerEntry.findRichUsers
(PerunSession sess, String searchString) UsersManagerEntry.findRichUsersWithAttributes
(PerunSession sess, String searchString, List<String> attrNames) UsersManagerEntry.findRichUsersWithAttributesByExactMatch
(PerunSession sess, String searchString, List<String> attrNames) UsersManagerEntry.findRichUsersWithoutSpecificVoWithAttributes
(PerunSession sess, Vo vo, String searchString, List<String> attrsName) UsersManagerEntry.getAllowedResources
(PerunSession sess, Facility facility, User user) UsersManagerEntry.getAllowedResources
(PerunSession sess, User user) UsersManagerEntry.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) UsersManagerEntry.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsNames) FacilitiesManagerEntry.getAssignedFacilities
(PerunSession sess, User user) UsersManagerEntry.getAssignedRichResources
(PerunSession sess, User user) UsersManagerEntry.getAssociatedResources
(PerunSession sess, Facility facility, User user) AttributesManagerEntry.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, User user, String attributeName) AttributesManagerEntry.getAttributeById
(PerunSession sess, Facility facility, User user, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, User user, int id) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerEntry.getAttributes
(PerunSession sess, User user) AttributesManagerEntry.getAttributes
(PerunSession sess, User user, List<String> attrNames) FacilitiesManagerEntry.getBan
(PerunSession sess, int userId, int faclityId) FacilitiesManagerEntry.getBansForUser
(PerunSession sess, int userId) ConsentsManagerEntry.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) ConsentsManagerEntry.getConsentsForUser
(PerunSession sess, int id) ConsentsManagerEntry.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerEntry.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) FacilitiesManagerEntry.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) ResourcesManagerEntry.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) VosManagerEntry.getEnrichedBansForUser
(PerunSession sess, int userId, List<String> attrNames) FacilitiesManagerEntry.getFacilitiesWhereUserIsAdmin
(PerunSession sess, User user) GroupsManagerEntry.getGroupsWhereUserIsActiveMember
(PerunSession sess, User user, Vo vo) UsersManagerEntry.getGroupsWhereUserIsAdmin
(PerunSession sess, User user) UsersManagerEntry.getGroupsWhereUserIsAdmin
(PerunSession sess, Vo vo, User user) AttributesManagerEntry.getLogins
(PerunSession sess, User user) MembersManagerEntry.getMemberByExtSourceNameAndExtLogin
(PerunSession sess, Vo vo, String extSourceName, String extLogin) MembersManagerEntry.getMemberByUser
(PerunSession sess, Vo vo, User user) MembersManagerEntry.getMembersByUser
(PerunSession sess, User user) UsersManagerEntry.getPendingPreferredEmailChanges
(PerunSession sess, User user) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, User user) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, Member member, boolean workWithUserAttributes) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) ResourcesManagerEntry.getResourcesWhereUserIsAdmin
(PerunSession sess, Facility facility, Vo vo, User authorizedUser) ResourcesManagerEntry.getResourcesWhereUserIsAdmin
(PerunSession sess, User user) ResourcesManagerEntry.getResourcesWhereUserIsAdmin
(PerunSession sess, Vo vo, User authorizedUser) FacilitiesManagerEntry.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) GroupsManagerEntry.getRichAdmins
(PerunSession perunSession, Group group, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) ResourcesManagerEntry.getRichAdmins
(PerunSession perunSession, Resource resource, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) VosManagerEntry.getRichAdmins
(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) FacilitiesManagerEntry.getRichAdminsWithAttributes
(PerunSession sess, Facility facility) Deprecated.GroupsManagerEntry.getRichAdminsWithAttributes
(PerunSession perunSession, Group group) Deprecated.VosManagerEntry.getRichAdminsWithAttributes
(PerunSession sess, Vo vo) Deprecated.UsersManagerEntry.getRichUser
(PerunSession sess, User user) UsersManagerEntry.getRichUserExtSources
(PerunSession sess, User user) UsersManagerEntry.getRichUserExtSources
(PerunSession sess, User user, List<String> attrsNames) UsersManagerEntry.getRichUsersWithAttributesByIds
(PerunSession sess, List<Integer> ids) UsersManagerEntry.getRichUsersWithoutVoAssigned
(PerunSession sess) UsersManagerEntry.getRichUsersWithoutVoWithAttributes
(PerunSession sess, List<String> attrsName) UsersManagerEntry.getRichUserWithAttributes
(PerunSession sess, User user) UsersManagerEntry.getSpecificUsersByUser
(PerunSession sess, User user) MembersManagerEntry.getSponsoredMembers
(PerunSession sess, Vo vo, User user) MembersManagerEntry.getSponsoredMembers
(PerunSession sess, Vo vo, User user, List<String> attrNames) UsersManagerEntry.getSponsors
(PerunSession sess, Member member, List<String> attrNames) Deprecated.UsersManagerEntry.getUnanonymizedUsersBySpecificUser
(PerunSession sess, User specificUser) UsersManagerEntry.getUserAssignments
(PerunSession sess, User user) UsersManagerEntry.getUserByExtSourceNameAndExtLogin
(PerunSession sess, String extSourceName, String extLogin) UsersManagerEntry.getUserById
(PerunSession sess, int id) UsersManagerEntry.getUserByUserExtSource
(PerunSession sess, UserExtSource userExtSource) UsersManagerEntry.getUserByUserExtSources
(PerunSession sess, List<UserExtSource> userExtSources) UsersManagerEntry.getUserExtSources
(PerunSession sess, User user) UsersManagerEntry.getUserRelations
(PerunSession sess, User user) UsersManagerEntry.getUsersBySpecificUser
(PerunSession sess, User specificUser) UsersManagerEntry.getVosWhereUserIsAdmin
(PerunSession sess, User user) UsersManagerEntry.getVosWhereUserIsMember
(PerunSession sess, User user) boolean
UsersManagerEntry.isUserPerunAdmin
(PerunSession sess, User user) Deprecated.boolean
UsersManagerEntry.loginExist
(PerunSession sess, User user, String loginNamespace) void
MembersManagerEntry.moveMembership
(PerunSession sess, Vo vo, User sourceUser, User targetUser) void
UsersManagerEntry.moveUserExtSource
(PerunSession sess, User sourceUser, User targetUser, UserExtSource userExtSource) void
FacilitiesManagerEntry.removeAdmin
(PerunSession sess, Facility facility, User user) void
GroupsManagerEntry.removeAdmin
(PerunSession sess, Group group, User user) void
ResourcesManagerEntry.removeAdmin
(PerunSession sess, Resource resource, User user) void
VosManagerEntry.removeAdmin
(PerunSession sess, Vo vo, User user) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Facility facility, User user) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, User user) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) void
ResourcesManagerEntry.removeResourceSelfServiceUser
(PerunSession sess, Resource resource, User user) void
UsersManagerEntry.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) void
VosManagerEntry.removeSponsorRole
(PerunSession sess, Vo vo, User user) Removes role SPONSOR from user in a VO.void
UsersManagerEntry.removeUserExtSource
(PerunSession sess, User user, UserExtSource userExtSource) void
UsersManagerEntry.removeUserExtSource
(PerunSession sess, User user, UserExtSource userExtSource, boolean forceDelete) void
UsersManagerEntry.removeUserExtSources
(PerunSession sess, User user, List<UserExtSource> userExtSources, boolean forceDelete) void
UsersManagerEntry.requestPreferredEmailChange
(PerunSession sess, String url, User user, String email, String lang, String path, String idp) void
UsersManagerEntry.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) void
UsersManagerEntry.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) FacilitiesManagerEntry.setBan
(PerunSession sess, BanOnFacility banOnFacility) void
UsersManagerEntry.setLogin
(PerunSession sess, User user, String loginNamespace, String login) UsersManagerEntry.setSpecificUser
(PerunSession sess, User specificUser, SpecificUserType specificUserType, User owner) UsersManagerEntry.unsetSpecificUser
(PerunSession sess, User specificUser, SpecificUserType specificUserType) FacilitiesManagerEntry.updateBan
(PerunSession sess, BanOnFacility banOnFacility) UsersManagerEntry.updateNameTitles
(PerunSession sess, User user) void
MembersManagerEntry.updateSponsorshipValidity
(PerunSession sess, Member sponsoredMember, User sponsor, LocalDate newValidity) UsersManagerEntry.updateUser
(PerunSession sess, User user) void
UsersManagerEntry.validatePassword
(PerunSession sess, User user, String loginNamespace) UsersManagerEntry.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) -
Uses of UserNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImpl.checkUserExists
(PerunSession sess, User user) UsersManagerImpl.getUserById
(PerunSession sess, int id) UsersManagerImpl.getUserByUserExtSource
(PerunSession sess, UserExtSource userExtSource) static void
Utils.sendSMS
(PerunSession sess, User user, String message) Sends SMS to the phone number of a user with the given message. -
Uses of UserNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw UserNotExistsExceptionModifier and TypeMethodDescriptionvoid
UsersManagerImplApi.checkUserExists
(PerunSession perunSession, User user) Check if user exists in underlaying data source.UsersManagerImplApi.getUserById
(PerunSession perunSession, int id) Returns user by its id.UsersManagerImplApi.getUserByUserExtSource
(PerunSession perunSession, UserExtSource userExtSource) Returns user by his login in external source.