Uses of Class
cz.metacentrum.perun.core.api.RichUserExtSource
Package
Description
-
Uses of RichUserExtSource in cz.metacentrum.perun.core.api
Modifier and TypeMethodDescriptionUsersManager.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Adds userExternalSource to the user along with the ues attributes.CandidateSync.getRichUserExtSource()
Modifier 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()
Modifier and TypeMethodDescriptionvoid
CandidateSync.setRichUserExtSource
(RichUserExtSource richUserExtSource) Modifier and TypeMethodDescriptionvoid
CandidateSync.setAdditionalRichUserExtSources
(List<RichUserExtSource> additionalRichUserExtSources) -
Uses of RichUserExtSource in cz.metacentrum.perun.core.bl
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionUsersManagerBlImpl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) UsersManagerBlImpl.getRichUserExtSources
(PerunSession sess, User user, List<String> attrsNames) Modifier and TypeMethodDescriptionUsersManagerBlImpl.filterOnlyAllowedAttributesForRichUserExtSources
(PerunSession sess, List<RichUserExtSource> richUserExtSources) -
Uses of RichUserExtSource in cz.metacentrum.perun.core.entry
Modifier and TypeMethodDescriptionUsersManagerEntry.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Modifier 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
Modifier and TypeMethodDescriptionstatic List
<RichUserExtSource> Utils.extractAdditionalUserExtSources
(PerunSession sess, Map<String, String> subjectFromExtSource) Returns additionalUserExtSources from the subject.