Uses of Interface
com.svenruppert.jsentinel.session.SessionPolicyDecision
Packages that use SessionPolicyDecision
-
Uses of SessionPolicyDecision in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement SessionPolicyDecisionModifier and TypeClassDescriptionstatic final recordThe session is older than the configured absolute lifetime.static final recordThe session may continue.static final recordThe session was idle longer than the configured idle timeout.Methods in com.svenruppert.jsentinel.session that return SessionPolicyDecisionModifier and TypeMethodDescriptiondefault SessionPolicyDecisionSessionPolicy.evaluate(SessionMetadata metadata) Pure-query lifetime check used by the VaadinSessionLifetimeListenerand the REST authentication / authorization filters.TimeoutSessionPolicy.evaluate(SessionMetadata metadata) Pure-query lifetime check called by the VaadinSessionLifetimeListenerand by the REST filters.