クラス RelyingPartyRegistration.AssertingPartyDetails
java.lang.ObjectSE
org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails
- 実装済みのインターフェース一覧:
SerializableSE,AssertingPartyMetadata
- 既知の直属サブクラス
OpenSamlAssertingPartyDetails
- 含まれているクラス:
- RelyingPartyRegistration
public static class RelyingPartyRegistration.AssertingPartyDetails
extends ObjectSE
implements AssertingPartyMetadata
アサーティングパーティの構成メタデータ
- 導入:
- 5.4
- 関連事項:
ネストされたクラスの概要
ネストされたクラス方法の概要
修飾子と型メソッド説明このアサートパーティに関連付けられているすべての暗号化Saml2X509Credentialを取得しますアサート側の EntityID を取得します。このアサーティングパーティの org.opensaml.saml.ext.saml2alg.SigningMethod アルゴリズムのリストを優先順に取得します。SingleSignOnService バインディングを入手してください。SingleSignOnService の場所を取得します。このアサートパーティに関連付けられているすべての検証Saml2X509Credentialを取得しますbooleanWantAuthnRequestsSigned 設定を取得します。これは、送信する前に、証明書利用者が AuthnRequest に署名する必要があるというアサート側の設定を示します。mutate()
メソッドの詳細
getEntityId
アサート側の EntityID を取得します。アサート側の <EntityDescriptor EntityID="..." /> にある値に相当します
この値には、使用する前に解決する必要のあるいくつかのプレースホルダーが含まれている場合があります。それらは
baseUrl、registrationId、baseScheme、baseHost、basePortです。- 次で指定:
- インターフェース
AssertingPartyMetadataのgetEntityId - 戻り値:
- 主張する当事者の EntityID
getWantAuthnRequestsSigned
public boolean getWantAuthnRequestsSigned()WantAuthnRequestsSigned 設定を取得します。これは、送信する前に、証明書利用者が AuthnRequest に署名する必要があるというアサート側の設定を示します。- 次で指定:
- インターフェース
AssertingPartyMetadataのgetWantAuthnRequestsSigned - 戻り値:
- WantAuthnRequestsSigned 値
getSigningAlgorithms
このアサーティングパーティの org.opensaml.saml.ext.saml2alg.SigningMethod アルゴリズムのリストを優先順に取得します。アサート側の <IDPSSODescriptor> の <SigningMethod Algorithm="..." /> にある値と同等です。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSigningAlgorithms - 戻り値:
- SigningMethod アルゴリズムのリスト
- 導入:
- 5.5
getVerificationX509Credentials
このアサートパーティに関連付けられているすべての検証Saml2X509Credentialを取得します- 次で指定:
- インターフェース
AssertingPartyMetadataのgetVerificationX509Credentials - 戻り値:
- このアサートパーティに関連付けられているすべての検証
Saml2X509Credential - 導入:
- 5.4
getEncryptionX509Credentials
このアサートパーティに関連付けられているすべての暗号化Saml2X509Credentialを取得します- 次で指定:
- インターフェース
AssertingPartyMetadataのgetEncryptionX509Credentials - 戻り値:
- このアサートパーティに関連付けられているすべての暗号化
Saml2X509Credential - 導入:
- 5.4
getSingleSignOnServiceLocation
SingleSignOnService の場所を取得します。アサート側の <IDPSSODescriptor> の <SingleSignOnService Location="..." /> にある値に相当します。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSingleSignOnServiceLocation - 戻り値:
- SingleSignOnService ロケーション
getSingleSignOnServiceBinding
SingleSignOnService バインディングを入手してください。アサート側の <IDPSSODescriptor> の <SingleSignOnService Binding="..." /> にある値と同等です。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSingleSignOnServiceBinding - 戻り値:
- SingleSignOnService ロケーション
getSingleLogoutServiceLocation
SingleLogoutService の場所を入手するアサート側の <IDPSSODescriptor> の <SingleLogoutService Location="..." /> にある値に相当します。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSingleLogoutServiceLocation - 戻り値:
- SingleLogoutService ロケーション
- 導入:
- 5.6
getSingleLogoutServiceResponseLocation
SingleLogoutService レスポンス場所を入手するアサート側の <IDPSSODescriptor> の <SingleLogoutService Location="..." /> にある値に相当します。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSingleLogoutServiceResponseLocation - 戻り値:
- SingleLogoutService レスポンス位置
- 導入:
- 5.6
getSingleLogoutServiceBinding
SingleLogoutService バインディングを入手するアサート側の <IDPSSODescriptor> の <SingleLogoutService Binding="..." /> にある値と同等です。
- 次で指定:
- インターフェース
AssertingPartyMetadataのgetSingleLogoutServiceBinding - 戻り値:
- SingleLogoutService バインディング
- 導入:
- 5.6
mutate
- 次で指定:
- インターフェース
AssertingPartyMetadataのmutate