Uses of Interface
com.svenruppert.jsentinel.session.SessionPolicy
Packages that use SessionPolicy
-
Uses of SessionPolicy in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return SessionPolicyModifier and TypeMethodDescriptionstatic <U> SessionPolicy<U> JSentinelServiceResolver.sessionPolicy()Returns the registeredSessionPolicy, orNoopSessionPolicy.instance()if no SPI implementation is configured.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type SessionPolicyModifier and TypeMethodDescriptionstatic <U> Optional<SessionPolicy<U>> JSentinelServiceResolver.findSessionPolicy()Returns the registeredSessionPolicy, or empty if none is configured.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type SessionPolicyModifier and TypeMethodDescriptionstatic <U> voidJSentinelServiceResolver.setSessionPolicy(SessionPolicy<U> policy) Replaces the cachedSessionPolicy. -
Uses of SessionPolicy in com.svenruppert.jsentinel.session
Classes in com.svenruppert.jsentinel.session that implement SessionPolicyModifier and TypeClassDescriptionfinal classDefaultSessionPolicy— every navigation continues, login and logout do nothing.final classMinimalSessionPolicywith idle timeout, absolute lifetime, and optional session-id rotation after login.