クラス WebAuthnAuthentication.Builder< B は WebAuthnAuthentication.Builder を継承します。<B> >
java.lang.ObjectSE
org.springframework.security.authentication.AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>
org.springframework.security.web.webauthn.authentication.WebAuthnAuthentication.Builder<B>
- 実装済みのインターフェース一覧:
Authentication.Builder<B>
- 含まれているクラス:
WebAuthnAuthentication
public static final class WebAuthnAuthentication.Builder<B extends WebAuthnAuthentication.Builder<B>>
extends AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>
WebAuthnAuthentication インスタンスのビルダー - 導入:
- 7.0
方法の概要
クラス AbstractAuthenticationToken.AbstractAuthenticationBuilder から継承されたメソッド
authenticated, authorities, detailsクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース Authentication.Builder から継承されたメソッド
credentials
方法の詳細
principal
このプリンシパルを使用してください。型はPublicKeyCredentialUserEntityである必要があります- パラメーター:
principal- 使用するプリンシパル- 戻り値:
- さらなる構成のための
WebAuthnAuthentication.Builder - 関連事項:
build