Interface ClientSessionManager

All Known Implementing Classes:
InfinispanUserSessionProvider, PersistentUserSessionProvider

public interface ClientSessionManager
Manages transactional context for AuthenticatedClientSessionModel changes.

It collects all modifications (the changelog) within the current transaction and applies them to the database only upon a successful commit.