Uses of Interface
org.springframework.web.server.session.WebSessionStore
Packages that use WebSessionStore Package Description org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSessionsupport.Uses of WebSessionStore in org.springframework.web.server.session
Classes in org.springframework.web.server.session that implement WebSessionStore Modifier and Type Class Description classInMemoryWebSessionStoreSimple Map-based storage forWebSessioninstances.Methods in org.springframework.web.server.session that return WebSessionStore Modifier and Type Method Description WebSessionStoreDefaultWebSessionManager. getSessionStore()Return the configuredWebSessionStore.Methods in org.springframework.web.server.session with parameters of type WebSessionStore Modifier and Type Method Description voidDefaultWebSessionManager. setSessionStore(WebSessionStore sessionStore)Configure the persistence strategy.