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