Uses of Class
cz.metacentrum.perun.core.api.RichUserExtSource
Packages that use RichUserExtSource
Package
Description
-
Uses of RichUserExtSource in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return RichUserExtSourceModifier and TypeMethodDescriptionUsersManager.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Adds userExternalSource to the user along with the ues attributes.CandidateSync.getRichUserExtSource()
Methods in cz.metacentrum.perun.core.api that return types with arguments of type RichUserExtSourceModifier and TypeMethodDescriptionCandidateSync.getAdditionalRichUserExtSources()
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.CandidateSync.getUserExtSources()
Methods in cz.metacentrum.perun.core.api with parameters of type RichUserExtSourceModifier and TypeMethodDescriptionvoid
CandidateSync.setRichUserExtSource
(RichUserExtSource richUserExtSource) Method parameters in cz.metacentrum.perun.core.api with type arguments of type RichUserExtSourceModifier and TypeMethodDescriptionvoid
CandidateSync.setAdditionalRichUserExtSources
(List<RichUserExtSource> additionalRichUserExtSources) -
Uses of RichUserExtSource in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerBl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) From given list ofRichUserExtSource
removes the attributes which are not allowed for the current principal.UsersManagerBl.getRichUserExtSources
(PerunSession sess, User user, List<String> attrsNames) Gets list of all user's external sources with attributes.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerBl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) From given list ofRichUserExtSource
removes the attributes which are not allowed for the current principal. -
Uses of RichUserExtSource in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerBlImpl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) UsersManagerBlImpl.getRichUserExtSources
(PerunSession sess, User user, List<String> attrsNames) Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerBlImpl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) -
Uses of RichUserExtSource in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerEntry.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type RichUserExtSourceModifier and TypeMethodDescriptionUsersManagerEntry.getRichUserExtSources
(PerunSession sess, User user) UsersManagerEntry.getRichUserExtSources
(PerunSession sess, User user, List<String> attrsNames) -
Uses of RichUserExtSource in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return types with arguments of type RichUserExtSourceModifier and TypeMethodDescriptionstatic List
<RichUserExtSource> Utils.extractAdditionalUserExtSources
(PerunSession sess, Map<String, String> subjectFromExtSource) Returns additionalUserExtSources from the subject.