Uses of Interface
org.springframework.web.server.session.WebSessionStore
Packages that use WebSessionStore
-
Uses of WebSessionStore in org.springframework.web.server.session
Classes in org.springframework.web.server.session that implement WebSessionStoreMethods in org.springframework.web.server.session that return WebSessionStoreModifier and TypeMethodDescriptionDefaultWebSessionManager.getSessionStore()Return the configuredWebSessionStore.Methods in org.springframework.web.server.session with parameters of type WebSessionStoreModifier and TypeMethodDescriptionvoidDefaultWebSessionManager.setSessionStore(WebSessionStore sessionStore) Configure the persistence strategy.