クラス NoOpServerSecurityContextRepository

    • メソッドの詳細

      • 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
        戻り値:
        完了通知 (成功またはエラー)