Package org.apache.syncope.sra
Class SessionConfig
- java.lang.Object
-
- org.apache.syncope.sra.SessionConfig
-
@Configuration(proxyBeanMethods=false) @EnableCaching @EnableSpringWebSession public class SessionConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_CACHE
-
Constructor Summary
Constructors Constructor Description SessionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheManager
cacheManager()
org.springframework.session.ReactiveSessionRepository<org.springframework.session.MapSession>
reactiveSessionRepository()
-
-
-
Field Detail
-
DEFAULT_CACHE
public static final String DEFAULT_CACHE
- See Also:
- Constant Field Values
-
-
Method Detail
-
reactiveSessionRepository
@ConditionalOnMissingBean @Bean public org.springframework.session.ReactiveSessionRepository<org.springframework.session.MapSession> reactiveSessionRepository()
-
cacheManager
@ConditionalOnMissingBean @Bean public CacheManager cacheManager()
-
-