クラス AbstractSaml2AuthenticationRequest.Builder<T は AbstractSaml2AuthenticationRequest.Builder<T>> を継承します

java.lang.ObjectSE
org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest.Builder<T>
既知の直属サブクラス
Saml2PostAuthenticationRequest.BuilderSaml2RedirectAuthenticationRequest.Builder
含まれているクラス:
AbstractSaml2AuthenticationRequest

public static class AbstractSaml2AuthenticationRequest.Builder<T extends AbstractSaml2AuthenticationRequest.Builder<T>> extends ObjectSE
AbstractSaml2AuthenticationRequest とそのサブクラスのビルダー。
  • コンストラクターのサマリー

    コンストラクター
    修飾子
    コンストラクター
    説明
    protected
    使用すべきではありません。
    代わりに Builder(RelyingPartyRegistration) を使用してください
    protected
    証明書利用者登録を使用して新しいビルダーを作成します
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    protected final T
    自分自身を返すときに、一般的なサブ型として戻り値をキャストする
    authenticationRequestUri(StringSE authenticationRequestUri)
    AuthNRequest メッセージを受信する URL である authenticationRequestUri を設定します
    これは、samlRequest で使用される一意の ID です。
    relayState(StringSE relayState)
    この AuthNRequest に付随する RelayState パラメーターを設定します
    samlRequest(StringSE samlRequest)
    この AuthNRequest に付随する SAMLRequest パラメーターを設定します

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • Builder

      @DeprecatedSE protected Builder()
      使用すべきではありません。
      代わりに Builder(RelyingPartyRegistration) を使用してください
    • Builder

      protected Builder(RelyingPartyRegistration registration)
      証明書利用者登録を使用して新しいビルダーを作成します
      パラメーター:
      registration - 依拠当事者の登録。
      導入:
      5.8
  • メソッドの詳細

    • _this

      protected final T _this()
      自分自身を返すときに、一般的なサブ型として戻り値をキャストする
      戻り値:
      このオブジェクト
    • relayState

      public T relayState(StringSE relayState)
      この AuthNRequest に付随する RelayState パラメーターを設定します
      パラメーター:
      relayState - エンコードされていないリレー状態値。null または空の場合、パラメーターはマップから削除されます。
      戻り値:
      このオブジェクト
    • samlRequest

      public T samlRequest(StringSE samlRequest)
      この AuthNRequest に付随する SAMLRequest パラメーターを設定します
      パラメーター:
      samlRequest - SAMLRequest パラメーター。
      戻り値:
      このオブジェクト
    • authenticationRequestUri

      public T authenticationRequestUri(StringSE authenticationRequestUri)
      AuthNRequest メッセージを受信する URL である authenticationRequestUri を設定します
      パラメーター:
      authenticationRequestUri - エンコードされていないリレー状態値。
      戻り値:
      このオブジェクト
    • id

      public T id(StringSE id)
      これは、samlRequest で使用される一意の ID です。
      パラメーター:
      id - SAML2 リクエスト ID
      戻り値:
      さらなる構成のための AbstractSaml2AuthenticationRequest.Builder
      導入:
      5.8