Click or drag to resize

ISessionProviderService Interface

Represents a service which is responsible for the storage and retrieval of sessions

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ISessionProviderService : IServiceImplementation

The ISessionProviderService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAbandon
Abandons the session
Public methodEstablish
Establishes a session for the specified principal
Public methodExtend
Extend the session with the specified refresh token
Public methodGet
Authenticates the session identifier as evidence of session
Top
Events
  NameDescription
Public eventAbandoned
Fired when the session provider service has ended by the user's decision
Public eventEstablished
Fired when the session provider service has established
Top
See Also