インターフェース AssertingPartyMetadata

すべてのスーパーインターフェース:
SerializableSE
すべての既知の実装クラス:
OpenSamlAssertingPartyDetailsRelyingPartyRegistration.AssertingPartyDetails

public interface AssertingPartyMetadata extends SerializableSE
SAML 2.0 アサーティングパーティメタデータを表すインターフェース
導入:
6.4
  • メソッドの詳細

    • getEntityId

      StringSE getEntityId()
      アサート側の EntityID を取得します。

      アサート側の <EntityDescriptor EntityID="..." /> にある値に相当します

      この値には、使用する前に解決する必要のあるいくつかのプレースホルダーが含まれている場合があります。それらは baseUrlregistrationIdbaseSchemebaseHostbasePort です。

      戻り値:
      主張する当事者の EntityID
    • getWantAuthnRequestsSigned

      boolean getWantAuthnRequestsSigned()
      WantAuthnRequestsSigned 設定を取得します。これは、送信する前に、証明書利用者が AuthnRequest に署名する必要があるというアサート側の設定を示します。
      戻り値:
      WantAuthnRequestsSigned 値
    • getSigningAlgorithms

      ListSE<StringSE> getSigningAlgorithms()
      このアサーティングパーティの org.opensaml.saml.ext.saml2alg.SigningMethod アルゴリズムのリストを優先順に取得します。

      アサート側の <IDPSSODescriptor> の <SigningMethod Algorithm="..." /> にある値と同等です。

      戻り値:
      SigningMethod アルゴリズムのリスト
      導入:
      5.5
    • getVerificationX509Credentials

      CollectionSE<Saml2X509Credential> getVerificationX509Credentials()
      このアサートパーティに関連付けられているすべての検証 Saml2X509Credential を取得します
      戻り値:
      このアサートパーティに関連付けられているすべての検証 Saml2X509Credential
      導入:
      5.4
    • getEncryptionX509Credentials

      CollectionSE<Saml2X509Credential> getEncryptionX509Credentials()
      このアサートパーティに関連付けられているすべての暗号化 Saml2X509Credential を取得します
      戻り値:
      このアサートパーティに関連付けられているすべての暗号化 Saml2X509Credential
      導入:
      5.4
    • getSingleSignOnServiceLocation

      StringSE getSingleSignOnServiceLocation()
      SingleSignOnService の場所を取得します。

      アサート側の <IDPSSODescriptor> の <SingleSignOnService Location="..." /> にある値に相当します。

      戻り値:
      SingleSignOnService ロケーション
    • getSingleSignOnServiceBinding

      Saml2MessageBinding getSingleSignOnServiceBinding()
      SingleSignOnService バインディングを入手してください

      アサート側の <IDPSSODescriptor> の <SingleSignOnService Binding="..." /> にある値と同等です。

      戻り値:
      SingleSignOnService ロケーション
    • getSingleLogoutServiceLocation

      StringSE getSingleLogoutServiceLocation()
      SingleLogoutService の場所を入手する

      アサート側の <IDPSSODescriptor> の <SingleLogoutService Location="..." /> にある値に相当します。

      戻り値:
      SingleLogoutService ロケーション
      導入:
      5.6
    • getSingleLogoutServiceResponseLocation

      StringSE getSingleLogoutServiceResponseLocation()
      SingleLogoutService レスポンス場所を入手する

      アサート側の <IDPSSODescriptor> の <SingleLogoutService Location="..." /> にある値に相当します。

      戻り値:
      SingleLogoutService レスポンス位置
      導入:
      5.6
    • getSingleLogoutServiceBinding

      Saml2MessageBinding getSingleLogoutServiceBinding()
      SingleLogoutService バインディングを入手する

      アサート側の <IDPSSODescriptor> の <SingleLogoutService Binding="..." /> にある値と同等です。

      戻り値:
      SingleLogoutService バインディング
      導入:
      5.6
    • mutate