クラス WebSessionServerSecurityContextRepository

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<SecurityContext>load​(org.springframework.web.server.ServerWebExchange exchange)
      ServerWebExchange に関連付けられた SecurityContext をロードします
      reactor.core.publisher.Mono<java.lang.Void>save​(org.springframework.web.server.ServerWebExchange exchange, SecurityContext context)
      SecurityContext を保存します
      voidsetSpringSecurityContextAttrName​(java.lang.String springSecurityContextAttrName)
      SecurityContext の保存とロードに使用されるセッション属性名を設定します
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • DEFAULT_SPRING_SECURITY_CONTEXT_ATTR_NAME

        public static final java.lang.String DEFAULT_SPRING_SECURITY_CONTEXT_ATTR_NAME
        SecurityContext を保存およびロードするためのデフォルトのセッション属性名
        関連事項:
        定数フィールド値
    • コンストラクターの詳細

      • WebSessionServerSecurityContextRepository

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

      • setSpringSecurityContextAttrName

        public void setSpringSecurityContextAttrName​(java.lang.String springSecurityContextAttrName)
        SecurityContext の保存とロードに使用されるセッション属性名を設定します
        パラメーター:
        springSecurityContextAttrName - SecurityContext の保存およびロードに使用するセッション属性名
      • save

        public reactor.core.publisher.Mono<java.lang.Void> save​(org.springframework.web.server.ServerWebExchange exchange,
                                                                SecurityContext context)
        インターフェースからコピーされた説明: ServerSecurityContextRepository
        SecurityContext を保存します
        次で指定:
        インターフェース ServerSecurityContextRepositorysave 
        パラメーター:
        exchange - SecurityContext に関連付ける交換
        context - 保存する SecurityContext
        戻り値:
        完了通知 (成功またはエラー)