クラスの使用
org.springframework.vault.authentication.AuthenticationSteps.Node
AuthenticationSteps.Node を使用するパッケージ
org.springframework.vault.authentication 内の AuthenticationSteps.Node 使用
修飾子と型メソッド説明static <T> AuthenticationSteps.Node<T>AuthenticationSteps.fromHttpRequest(AuthenticationSteps.HttpRequest<T> request) AuthenticationSteps.HttpRequestからフロー構成を開始します。static <T> AuthenticationSteps.Node<T>AuthenticationSteps.fromSupplier(SupplierSE<T> supplier) SupplierSE からフロー構成を開始します。static <T> AuthenticationSteps.Node<T>AuthenticationSteps.fromValue(T value) スカラーvalueからフロー合成を開始します。static <T> AuthenticationSteps.Node<T>AuthenticationSteps.fromVaultRequest(AuthenticationSteps.HttpRequest<T> request) AuthenticationSteps.HttpRequestからフロー構成を開始します。<R> AuthenticationSteps.Node<R>AuthenticationSteps.Node.map(FunctionSE<? super T, ? extends R> mappingFunction) 状態オブジェクトを別のオブジェクトに変換します。AuthenticationSteps.Node.onNext(ConsumerSE<? super T> consumerFunction) 現在の状態オブジェクトを使用したコールバック。<R> AuthenticationSteps.Node<R>AuthenticationSteps.Node.request(AuthenticationSteps.HttpRequest<R> request) AuthenticationSteps.HttpRequestを使用してデータをリクエストします。AuthenticationSteps.Node.zipWith(AuthenticationSteps.Node<? extends R> other) このAuthenticationSteps.Nodeと別の結果をAuthenticationSteps.Pairに結合します。型 AuthenticationSteps.Node のパラメーターを持つ org.springframework.vault.authentication のメソッド修飾子と型メソッド説明AuthenticationSteps.Node.zipWith(AuthenticationSteps.Node<? extends R> other) このAuthenticationSteps.Nodeと別の結果をAuthenticationSteps.Pairに結合します。