クラス ReactiveMongoWebSessionConfiguration

java.lang.ObjectSE
org.springframework.session.data.mongo.config.annotation.web.reactive.ReactiveMongoWebSessionConfiguration
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.BeanClassLoaderAwareorg.springframework.context.annotation.ImportAwareorg.springframework.context.EmbeddedValueResolverAware

@Configuration(proxyBeanMethods=false) @Import(SpringWebSessionConfiguration.class) public class ReactiveMongoWebSessionConfiguration extends ObjectSE implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.annotation.ImportAware
提供されている ReactiveMongoOperations を使用して ReactiveMongoSessionRepository を構成します。
  • コンストラクターの詳細

    • ReactiveMongoWebSessionConfiguration

      public ReactiveMongoWebSessionConfiguration()
  • メソッドの詳細

    • reactiveMongoSessionRepository

      @Bean public ReactiveMongoSessionRepository reactiveMongoSessionRepository(org.springframework.data.mongodb.core.ReactiveMongoOperations operations)
    • setMongoSessionConverter

      @Autowired(required=false) public void setMongoSessionConverter(AbstractMongoSessionConverter mongoSessionConverter)
    • setImportMetadata

      public void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
      次で指定:
      インターフェース org.springframework.context.annotation.ImportAwaresetImportMetadata 
    • setBeanClassLoader

      public void setBeanClassLoader(ClassLoaderSE classLoader)
      次で指定:
      インターフェース org.springframework.beans.factory.BeanClassLoaderAwaresetBeanClassLoader 
    • setEmbeddedValueResolver

      public void setEmbeddedValueResolver(org.springframework.util.StringValueResolver embeddedValueResolver)
      次で指定:
      インターフェース org.springframework.context.EmbeddedValueResolverAwaresetEmbeddedValueResolver 
    • getMaxInactiveInterval

      public DurationSE getMaxInactiveInterval()
    • setMaxInactiveInterval

      public void setMaxInactiveInterval(DurationSE maxInactiveInterval)
    • setMaxInactiveIntervalInSeconds

      @DeprecatedSE public void setMaxInactiveIntervalInSeconds(IntegerSE maxInactiveIntervalInSeconds)
      使用すべきではありません。
    • getCollectionName

      public StringSE getCollectionName()
    • setCollectionName

      public void setCollectionName(StringSE collectionName)
    • setSessionRepositoryCustomizers

      @Autowired(required=false) public void setSessionRepositoryCustomizers(org.springframework.beans.factory.ObjectProvider<ReactiveSessionRepositoryCustomizer<ReactiveMongoSessionRepository>> sessionRepositoryCustomizers)
    • setIndexResolver

      @Autowired(required=false) public void setIndexResolver(IndexResolver<Session> indexResolver)
    • setSessionIdGenerator

      @Autowired(required=false) public void setSessionIdGenerator(SessionIdGenerator sessionIdGenerator)