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 PerunPrincipal
AuthzResolver.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 boolean
AuthzResolver.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 PerunPrincipal
AuthzResolverBlImpl.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 boolean
AuthzResolverBlImpl.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)