Package cz.metacentrum.perun.core.api
Class PerunSession
java.lang.Object
cz.metacentrum.perun.core.api.PerunSession
- Direct Known Subclasses:
PerunSessionImpl
Encapsulates context of user's interaction with the Perun system.
-
Constructor Summary
ConstructorDescriptionPerunSession
(Perun perun, PerunPrincipal principal, PerunClient client) Constructor. -
Method Summary
-
Constructor Details
-
PerunSession
Constructor.- Parameters:
perun
- Perunprincipal
- identification of the actor, who will perform operations.client
- represents client who communicates with Perun.- Throws:
InternalErrorException
- if any parametr is null
-
-
Method Details