Uses of Interface
com.svenruppert.jsentinel.session.JSentinelVersionEnforcer.EnforcementOutcome
Packages that use JSentinelVersionEnforcer.EnforcementOutcome
-
Uses of JSentinelVersionEnforcer.EnforcementOutcome in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement JSentinelVersionEnforcer.EnforcementOutcomeModifier and TypeClassDescriptionstatic final recordThe request continues — versions match.static final recordThe request must be refused — session security version no longer matches.Methods in com.svenruppert.jsentinel.session that return JSentinelVersionEnforcer.EnforcementOutcomeModifier and TypeMethodDescriptionJSentinelVersionEnforcer.enforce(SubjectId subjectId, TenantId tenant, JSentinelVersion snapshot, String sessionId, String route) Runs the drift check and emits aSessionStaleaudit event on drift.