クラス 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-PublicKeyCredentialRequestOptionspublicKey-PublicKeyCredential
メソッドの詳細
getRequestOptions
リクエストオプションを取得します。- 戻り値:
- リクエストオプション。
getPublicKey
公開鍵を取得します。- 戻り値:
- 公開鍵。