Uses of Class
cz.metacentrum.perun.core.api.RichUser
Packages that use RichUser
Package
Description
-
Uses of RichUser in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return RichUserModifier and TypeMethodDescriptionMemberCandidate.getRichUser()
UsersManager.getRichUser
(PerunSession sess, User user) Get User to RichUser without attributes.UsersManager.getRichUserWithAttributes
(PerunSession sess, User user) Get User to RichUser with attributes.EnrichedBanOnFacility.getUser()
Methods in cz.metacentrum.perun.core.api that return types with arguments of type RichUserModifier and TypeMethodDescriptionUsersManager.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.getAllRichUsers
(PerunSession sess, boolean includedSpecificUsers) Get All richUsers with or without specificUsers.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.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManager.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManager.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.AuthzResolver.getRichAdmins
(PerunSession sess, PerunBean complementaryObject, List<String> specificAttributes, String role, boolean onlyDirectAdmins, boolean allUserAttributes) Get all valid richUser administrators (for group-based rights, status must be VALID for both Vo and group) for complementary object and role with specified attributes.FacilitiesManager.getRichAdmins
(PerunSession sess, Facility facility) Deprecated.FacilitiesManager.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.GroupsManager.getRichAdmins
(PerunSession perunSession, Group group) 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) 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.FacilitiesManager.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManager.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManager.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.UsersManager.getRichUsersByIds
(PerunSession sess, List<Integer> ids) Returns rich users without attributes by their ids.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.getSponsors
(PerunSession sess, Member member, List<String> attrNames) Deprecated.- use getSponsorsForMemberUsersManager.getUsersPage
(PerunSession sess, UsersPageQuery query, List<String> attrNames) Get page of users with the given attributes.Methods in cz.metacentrum.perun.core.api with parameters of type RichUserConstructors in cz.metacentrum.perun.core.api with parameters of type RichUserModifierConstructorDescriptionEnrichedBanOnFacility
(RichUser user, Facility facility, BanOnFacility ban) -
Uses of RichUser in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return RichUserModifier and TypeMethodDescriptionUsersManagerBl.convertUserToRichUserWithAttributesByNames
(PerunSession sess, User user, List<String> attrNames) From User make Rich user (with attributes by names)UsersManagerBl.filterOnlyAllowedAttributes
(PerunSession sess, RichUser richUser) For richUser filter all his user attributes and remove all which principal has no access to.UsersManagerBl.getRichUser
(PerunSession sess, User user) Get User to RichUser without attributes.UsersManagerBl.getRichUserWithAttributes
(PerunSession sess, User user) Get User to RichUser with attributes.Methods in cz.metacentrum.perun.core.bl that return types with arguments of type RichUserModifier and TypeMethodDescriptionUsersManagerBl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) From List of Rich Users without attribute make list of Rich Users with attributesUsersManagerBl.convertUsersToRichUsers
(PerunSession sess, List<User> users) From List of Users make list of RichUsers (without attributes)UsersManagerBl.convertUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers, List<AttributeDefinition> attrsDef) Convert RichUsers without attribute to RichUsers with specific attributes.UsersManagerBl.convertUsersToRichUsersWithAttributesByNames
(PerunSession sess, List<User> users, List<String> attrNames) From List of Users make list of RichUsers (with attributes by names)UsersManagerBl.filterOnlyAllowedAttributes
(PerunSession sess, List<RichUser> richUsers) For list of richUser filter all their user attributes and remove all which principal has no access to.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.getAllRichUsers
(PerunSession sess, boolean includedSpecificUsers) Get All richUsers with or without specificUsers.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.FacilitiesManagerBl.getDirectRichAdmins
(PerunSession sess, Facility facility) Deprecated.GroupsManagerBl.getDirectRichAdmins
(PerunSession perunSession, Group group) Deprecated.VosManagerBl.getDirectRichAdmins
(PerunSession perunSession, Vo vo) Deprecated.FacilitiesManagerBl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerBl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerBl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.FacilitiesManagerBl.getRichAdmins
(PerunSession sess, Facility facility) Deprecated.FacilitiesManagerBl.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) Deprecated.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) Deprecated.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.FacilitiesManagerBl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerBl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerBl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.UsersManagerBl.getRichUsersByIds
(PerunSession sess, List<Integer> ids) Returns rich users without attributes by their ids.UsersManagerBl.getRichUsersFromListOfUsers
(PerunSession sess, List<User> users) From Users makes RichUsers without attributes.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.getUsersPage
(PerunSession sess, UsersPageQuery query, List<String> attrNames) Get page of users with the given attributes.Methods in cz.metacentrum.perun.core.bl with parameters of type RichUserModifier and TypeMethodDescriptionUsersManagerBl.filterOnlyAllowedAttributes
(PerunSession sess, RichUser richUser) For richUser filter all his user attributes and remove all which principal has no access to.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type RichUserModifier and TypeMethodDescriptionUsersManagerBl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) From List of Rich Users without attribute make list of Rich Users with attributesUsersManagerBl.convertUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers, List<AttributeDefinition> attrsDef) Convert RichUsers without attribute to RichUsers with specific attributes.UsersManagerBl.filterOnlyAllowedAttributes
(PerunSession sess, List<RichUser> richUsers) For list of richUser filter all their user attributes and remove all which principal has no access to. -
Uses of RichUser in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return RichUserModifier and TypeMethodDescriptionUsersManagerBlImpl.convertUserToRichUserWithAttributesByNames
(PerunSession sess, User user, List<String> attrNames) UsersManagerBlImpl.filterOnlyAllowedAttributes
(PerunSession sess, RichUser richUser) UsersManagerBlImpl.getRichUser
(PerunSession sess, User user) UsersManagerBlImpl.getRichUserWithAttributes
(PerunSession sess, User user) Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type RichUserModifier and TypeMethodDescriptionUsersManagerBlImpl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) UsersManagerBlImpl.convertUsersToRichUsers
(PerunSession sess, List<User> users) UsersManagerBlImpl.convertUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers, List<AttributeDefinition> attrsDef) UsersManagerBlImpl.convertUsersToRichUsersWithAttributesByNames
(PerunSession sess, List<User> users, List<String> attrNames) UsersManagerBlImpl.filterOnlyAllowedAttributes
(PerunSession sess, List<RichUser> richUsers) 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.getAllRichUsers
(PerunSession sess, boolean includedSpecificUsers) UsersManagerBlImpl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) UsersManagerBlImpl.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsName) FacilitiesManagerBlImpl.getDirectRichAdmins
(PerunSession sess, Facility facility) Deprecated.GroupsManagerBlImpl.getDirectRichAdmins
(PerunSession perunSession, Group group) Deprecated.VosManagerBlImpl.getDirectRichAdmins
(PerunSession sess, Vo vo) Deprecated.FacilitiesManagerBlImpl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerBlImpl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerBlImpl.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.AuthzResolverBlImpl.getRichAdmins
(PerunSession sess, PerunBean complementaryObject, String role) Get all valid richUser administrators (for group-based rights, status must be VALID for both Vo and group) for complementary object and role without any attributes.AuthzResolverBlImpl.getRichAdmins
(PerunSession sess, PerunBean complementaryObject, List<String> specificAttributes, String role, boolean onlyDirectAdmins, boolean allUserAttributes) Get all valid richUser administrators (for group-based rights, status must be VALID for both Vo and group) for complementary object and role with specified attributes.FacilitiesManagerBlImpl.getRichAdmins
(PerunSession sess, Facility facility) Deprecated.FacilitiesManagerBlImpl.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) GroupsManagerBlImpl.getRichAdmins
(PerunSession perunSession, Group group) Deprecated.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) Deprecated.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.FacilitiesManagerBlImpl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerBlImpl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerBlImpl.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.UsersManagerBlImpl.getRichUsersByIds
(PerunSession sess, List<Integer> ids) UsersManagerBlImpl.getRichUsersFromListOfUsers
(PerunSession sess, List<User> users) 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.getUsersPage
(PerunSession sess, UsersPageQuery query, List<String> attrNames) Methods in cz.metacentrum.perun.core.blImpl with parameters of type RichUserModifier and TypeMethodDescriptionUsersManagerBlImpl.filterOnlyAllowedAttributes
(PerunSession sess, RichUser richUser) Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type RichUserModifier and TypeMethodDescriptionUsersManagerBlImpl.convertRichUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers) UsersManagerBlImpl.convertUsersToRichUsersWithAttributes
(PerunSession sess, List<RichUser> richUsers, List<AttributeDefinition> attrsDef) VosManagerBlImpl.createMemberCandidates
(PerunSession sess, List<RichUser> users, Vo vo, Group group, List<Candidate> candidates, List<String> attrNames) Creates MemberCandidates for given RichUsers, vo, group and candidates.UsersManagerBlImpl.filterOnlyAllowedAttributes
(PerunSession sess, List<RichUser> richUsers) -
Uses of RichUser in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return RichUserModifier and TypeMethodDescriptionUsersManagerEntry.getRichUser
(PerunSession sess, User user) UsersManagerEntry.getRichUserWithAttributes
(PerunSession sess, User user) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type RichUserModifier and TypeMethodDescriptionUsersManagerEntry.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.getAllRichUsers
(PerunSession sess, boolean includedSpecificUsers) UsersManagerEntry.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers) UsersManagerEntry.getAllRichUsersWithAttributes
(PerunSession sess, boolean includedSpecificUsers, List<String> attrsNames) FacilitiesManagerEntry.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerEntry.getDirectRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerEntry.getDirectRichAdminsWithSpecificAttributes
(PerunSession sess, Vo vo, List<String> specificAttributes) Deprecated.FacilitiesManagerEntry.getRichAdmins
(PerunSession sess, Facility facility) Deprecated.FacilitiesManagerEntry.getRichAdmins
(PerunSession perunSession, Facility facility, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) GroupsManagerEntry.getRichAdmins
(PerunSession perunSession, Group group) Deprecated.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 sess, Vo vo) Deprecated.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.FacilitiesManagerEntry.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Facility facility, List<String> specificAttributes) Deprecated.GroupsManagerEntry.getRichAdminsWithSpecificAttributes
(PerunSession perunSession, Group group, List<String> specificAttributes) Deprecated.VosManagerEntry.getRichAdminsWithSpecificAttributes
(PerunSession sess, Vo vo, List<String> specificAttributes) Deprecated.UsersManagerEntry.getRichUsersByIds
(PerunSession sess, List<Integer> ids) UsersManagerEntry.getRichUsersWithAttributesByIds
(PerunSession sess, List<Integer> ids) UsersManagerEntry.getRichUsersWithoutVoAssigned
(PerunSession sess) UsersManagerEntry.getRichUsersWithoutVoWithAttributes
(PerunSession sess, List<String> attrsName) UsersManagerEntry.getSponsors
(PerunSession sess, Member member, List<String> attrNames) Deprecated.UsersManagerEntry.getUsersPage
(PerunSession sess, UsersPageQuery query, List<String> attrNames)