Uses of Interface
com.svenruppert.jsentinel.session.SessionStore
Packages that use SessionStore
-
Uses of SessionStore in com.svenruppert.jsentinel.logout
Constructors in com.svenruppert.jsentinel.logout with parameters of type SessionStoreModifierConstructorDescriptionBuilds a registry bound toTenantId.DEFAULTusing a system clock and no version-store integration — every new session is recorded withJSentinelVersion.INITIAL.StoreBackedSubjectSessionRegistry(SessionStore store, TenantId tenant, Clock clock) Version-store-free constructor.StoreBackedSubjectSessionRegistry(SessionStore store, TenantId tenant, Clock clock, JSentinelVersionStore versionStore) Full constructor. -
Uses of SessionStore in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement SessionStoreModifier and TypeClassDescriptionfinal classIn-memorySessionStorebacked by aLinkedHashMapsoInMemorySessionStore.findBySubject(TenantId, SubjectId)returns insertion-ordered results.