Uses of Enum Class
cz.metacentrum.perun.core.api.SpecificUserType
Packages that use SpecificUserType
Package
Description
-
Uses of SpecificUserType in cz.metacentrum.perun.core.api
Subclasses with type arguments of type SpecificUserType in cz.metacentrum.perun.core.apiMethods in cz.metacentrum.perun.core.api that return SpecificUserTypeModifier and TypeMethodDescriptionUser.getMajorSpecificType()static SpecificUserTypeReturns the enum constant of this class with the specified name.static SpecificUserType[]SpecificUserType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.metacentrum.perun.core.api with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionMembersManager.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.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.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. -
Uses of SpecificUserType in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionMembersManagerBl.createMember(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManagerBl.createMember(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.UsersManagerBl.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.UsersManagerBl.unsetSpecificUser(PerunSession sess, User specificUser, SpecificUserType specificUserType) Remove all ownerships of this specific user and unset this specific user type from this specific user. -
Uses of SpecificUserType in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionMembersManagerBlImpl.createMember(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate) MembersManagerBlImpl.createMember(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) UsersManagerBlImpl.setSpecificUser(PerunSession sess, User specificUser, SpecificUserType specificUserType, User owner) UsersManagerBlImpl.unsetSpecificUser(PerunSession sess, User specificUser, SpecificUserType specificUserType) -
Uses of SpecificUserType in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionMembersManagerEntry.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) UsersManagerEntry.setSpecificUser(PerunSession sess, User specificUser, SpecificUserType specificUserType, User owner) UsersManagerEntry.unsetSpecificUser(PerunSession sess, User specificUser, SpecificUserType specificUserType) -
Uses of SpecificUserType in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionUsersManagerImpl.setSpecificUserType(PerunSession sess, User user, SpecificUserType specificUserType) UsersManagerImpl.unsetSpecificUserType(PerunSession sess, User user, SpecificUserType specificUserType) -
Uses of SpecificUserType in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi with parameters of type SpecificUserTypeModifier and TypeMethodDescriptionUsersManagerImplApi.setSpecificUserType(PerunSession sess, User user, SpecificUserType specificUserType) Set flag for specific user type for the user.UsersManagerImplApi.unsetSpecificUserType(PerunSession sess, User user, SpecificUserType specificUserType) Unset flag for specific user type for the user.