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 SummaryConstructorsConstructorDescriptionPerunSession(Perun perun, PerunPrincipal principal, PerunClient client) Constructor.
- 
Method Summary
- 
Constructor Details- 
PerunSessionConstructor.- Parameters:
- perun- Perun
- principal- identification of the actor, who will perform operations.
- client- represents client who communicates with Perun.
- Throws:
- InternalErrorException- if any parametr is null
 
 
- 
- 
Method Details