クラス ObservationReactiveAuthenticationManager
java.lang.ObjectSE
org.springframework.security.authentication.ObservationReactiveAuthenticationManager
- 実装されたすべてのインターフェース:
ReactiveAuthenticationManager
public class ObservationReactiveAuthenticationManager
extends ObjectSE
implements ReactiveAuthenticationManager
認証を観測する
ReactiveAuthenticationManager
- 導入:
- 6.0
コンストラクターの概要
コンストラクターコンストラクター説明ObservationReactiveAuthenticationManager
(io.micrometer.observation.ObservationRegistry registry, ReactiveAuthenticationManager delegate) メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication>
authenticate
(Authentication authentication) 提供されたAuthentication
を認証しようとしますvoid
setObservationConvention
(io.micrometer.observation.ObservationConvention<AuthenticationObservationContext> convention) 観測データを報告するために提供された規則を使用する
コンストラクターの詳細
ObservationReactiveAuthenticationManager
public ObservationReactiveAuthenticationManager(io.micrometer.observation.ObservationRegistry registry, ReactiveAuthenticationManager delegate)
メソッドの詳細
authenticate
public reactor.core.publisher.Mono<Authentication> authenticate(Authentication authentication) throws AuthenticationException インターフェースからコピーされた説明:ReactiveAuthenticationManager
提供されたAuthentication
を認証しようとします- 次で指定:
- インターフェース
ReactiveAuthenticationManager
のauthenticate
- パラメーター:
authentication
- テストするAuthentication
- 戻り値:
- 認証が成功すると、
Authentication
が返されます。認証を判別できない場合、空の Mono が返されます。認証が失敗すると、Mono エラーが返されます。 - 例外:
AuthenticationException
setObservationConvention
public void setObservationConvention(io.micrometer.observation.ObservationConvention<AuthenticationObservationContext> convention) 観測データを報告するために提供された規則を使用する- パラメーター:
convention
- 提供された規約- 導入:
- 6.1