Uses of Interface
com.svenruppert.jsentinel.session.JSentinelVersionStore
Packages that use JSentinelVersionStore
Package
Description
-
Uses of JSentinelVersionStore in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type JSentinelVersionStoreModifier and TypeMethodDescriptionstatic Optional<JSentinelVersionStore> JSentinelServiceResolver.findJSentinelVersionStore()Returns the SPI-registeredJSentinelVersionStore, or empty when no implementation is configured.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type JSentinelVersionStoreModifier and TypeMethodDescriptionstatic voidJSentinelServiceResolver.setJSentinelVersionStore(JSentinelVersionStore store) Replaces the cachedJSentinelVersionStore. -
Uses of JSentinelVersionStore in com.svenruppert.jsentinel.logout
Constructors in com.svenruppert.jsentinel.logout with parameters of type JSentinelVersionStoreModifierConstructorDescriptionStoreBackedSubjectSessionRegistry(SessionStore store, TenantId tenant, Clock clock, JSentinelVersionStore versionStore) Full constructor. -
Uses of JSentinelVersionStore in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement JSentinelVersionStoreModifier and TypeClassDescriptionfinal classIn-memoryJSentinelVersionStorebacked by aConcurrentHashMap.Constructors in com.svenruppert.jsentinel.session with parameters of type JSentinelVersionStoreModifierConstructorDescriptionJSentinelVersionEnforcer(JSentinelVersionStore store, JSentinelAuditService auditService)