Uses of Class
cz.metacentrum.perun.core.api.PerunPrincipal
Packages that use PerunPrincipal
Package
Description
-
Uses of PerunPrincipal in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return PerunPrincipalModifier and TypeMethodDescriptionstatic PerunPrincipalAuthzResolver.getPerunPrincipal(PerunSession sess) Returns PerunPrincipal object associated with current session.PerunRequest.getPerunPrincipal()PerunSession.getPerunPrincipal()Methods in cz.metacentrum.perun.core.api with parameters of type PerunPrincipalModifier and TypeMethodDescriptionPerun.getPerunSession(PerunPrincipal actor, PerunClient client) Gets a (possibly cached) Perun session.static booleanAuthzResolver.hasRole(PerunPrincipal perunPrincipal, String role) Returns true if the perunPrincipal has requested role.Constructors in cz.metacentrum.perun.core.api with parameters of type PerunPrincipalModifierConstructorDescriptionPerunRequest(PerunPrincipal perunPrincipal, String callbackId, String manager, String method, String params) PerunSession(Perun perun, PerunPrincipal principal, PerunClient client) Constructor. -
Uses of PerunPrincipal in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl with parameters of type PerunPrincipalModifier and TypeMethodDescriptionPerunBl.getPerunSession(PerunPrincipal actor, PerunClient client) Gets a (possibly cached) Perun session.UsersManagerBl.getUserByExtSourceInformation(PerunSession sess, PerunPrincipal principal) Get user by principal's additional identifiers or extSourceName and extSourceLogin.UsersManagerBl.getUserExtSourceFromMultipleIdentifiers(PerunSession sess, PerunPrincipal principal) Iteratively searches through additional identifiers trying to find userExtSource with the same identifier. -
Uses of PerunPrincipal in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return PerunPrincipalModifier and TypeMethodDescriptionstatic PerunPrincipalAuthzResolverBlImpl.getPerunPrincipal(PerunSession sess) Returns PerunPrincipal object associated with current session.Methods in cz.metacentrum.perun.core.blImpl with parameters of type PerunPrincipalModifier and TypeMethodDescriptionPerunBlImpl.getPerunSession(PerunPrincipal principal, PerunClient client) UsersManagerBlImpl.getUserByExtSourceInformation(PerunSession sess, PerunPrincipal principal) UsersManagerBlImpl.getUserExtSourceFromMultipleIdentifiers(PerunSession sess, PerunPrincipal principal) static booleanAuthzResolverBlImpl.hasRole(PerunPrincipal perunPrincipal, String role) Returns true if the perunPrincipal has requested role. -
Uses of PerunPrincipal in cz.metacentrum.perun.core.impl
Constructors in cz.metacentrum.perun.core.impl with parameters of type PerunPrincipalModifierConstructorDescriptionPerunSessionImpl(Perun perun, PerunPrincipal principal, PerunClient client)