Uses of Interface
org.wildfly.clustering.spring.session.SpringSession
Packages that use SpringSession
Package
Description
-
Uses of SpringSession in org.wildfly.clustering.spring.session
Classes in org.wildfly.clustering.spring.session that implement SpringSessionModifier and TypeClassDescriptionclassImmutable session implementation for use byFindByIndexNameSessionRepository.findByIndexNameAndIndexValue(String, String).classSpring Session implementation that delegates to aSessioninstance.Classes in org.wildfly.clustering.spring.session that implement interfaces with type arguments of type SpringSessionModifier and TypeClassDescriptionclassA session repository implementation based on aSessionManager.Methods in org.wildfly.clustering.spring.session that return SpringSessionMethods in org.wildfly.clustering.spring.session that return types with arguments of type SpringSessionModifier and TypeMethodDescriptionDistributableSessionRepository.findByIndexNameAndIndexValue(String indexName, String indexValue) Methods in org.wildfly.clustering.spring.session with parameters of type SpringSessionModifier and TypeMethodDescriptionvoidDistributableSessionRepository.save(SpringSession session) -
Uses of SpringSession in org.wildfly.clustering.spring.session.config
Methods in org.wildfly.clustering.spring.session.config that return types with arguments of type SpringSessionModifier and TypeMethodDescriptionorg.springframework.session.FindByIndexNameSessionRepository<SpringSession> HttpSessionConfiguration.sessionRepository(org.wildfly.clustering.session.SessionManager<Void> manager, UserConfiguration userConfiguration)