Uses of Interface
com.svenruppert.jsentinel.session.SessionDecision
Packages that use SessionDecision
-
Uses of SessionDecision in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement SessionDecisionModifier and TypeClassDescriptionstatic final recordThe navigation may proceed unchanged.static final recordThe session must be invalidated.static final recordThe subject must re-authenticate.Methods in com.svenruppert.jsentinel.session that return SessionDecisionModifier and TypeMethodDescriptionNoopSessionPolicy.beforeNavigation(SessionContext<U> context) SessionPolicy.beforeNavigation(SessionContext<U> context) Called before each protected navigation.TimeoutSessionPolicy.beforeNavigation(SessionContext<U> context) default SessionDecisionSessionPolicy.onLogin(SessionContext<U> context) Called after a successful login.TimeoutSessionPolicy.onLogin(SessionContext<U> context)