クラス RelyingPartyAuthenticationRequest
java.lang.ObjectSE
org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest
- 実装されたすべてのインターフェース:
SerializableSE
WebAuthn を使用してユーザーを認証するために必要な情報を提供するために使用されるデータオブジェクト。
コンストラクターの概要
コンストラクターコンストラクター説明RelyingPartyAuthenticationRequest
(PublicKeyCredentialRequestOptions requestOptions, PublicKeyCredential<AuthenticatorAssertionResponse> publicKey) 新しいインスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明公開鍵を取得します。リクエストオプションを取得します。
コンストラクターの詳細
RelyingPartyAuthenticationRequest
public RelyingPartyAuthenticationRequest(PublicKeyCredentialRequestOptions requestOptions, PublicKeyCredential<AuthenticatorAssertionResponse> publicKey) 新しいインスタンスを作成します。- パラメーター:
requestOptions
-PublicKeyCredentialRequestOptions
publicKey
-PublicKeyCredential
メソッドの詳細
getRequestOptions
リクエストオプションを取得します。- 戻り値:
- リクエストオプション。
getPublicKey
公開鍵を取得します。- 戻り値:
- 公開鍵。