インターフェース AssertingPartyMetadata
- すべてのスーパーインターフェース:
SerializableSE
SAML 2.0 アサーティングパーティメタデータを表すインターフェース
- 導入:
- 6.4
ネストされたクラスの要約
ネストされたクラス修飾子と型インターフェース説明static interface
メソッドのサマリー
修飾子と型メソッド説明このアサートパーティに関連付けられているすべての暗号化Saml2X509Credential
を取得しますアサート側の EntityID を取得します。このアサーティングパーティの org.opensaml.saml.ext.saml2alg.SigningMethod アルゴリズムのリストを優先順に取得します。SingleSignOnService バインディングを入手してください。SingleSignOnService の場所を取得します。このアサートパーティに関連付けられているすべての検証Saml2X509Credential
を取得しますboolean
WantAuthnRequestsSigned 設定を取得します。これは、送信する前に、証明書利用者が AuthnRequest に署名する必要があるというアサート側の設定を示します。mutate()
メソッドの詳細
getEntityId
StringSE getEntityId()アサート側の EntityID を取得します。アサート側の <EntityDescriptor EntityID="..." /> にある値に相当します
この値には、使用する前に解決する必要のあるいくつかのプレースホルダーが含まれている場合があります。それらは
baseUrl
、registrationId
、baseScheme
、baseHost
、basePort
です。- 戻り値:
- 主張する当事者の EntityID
getWantAuthnRequestsSigned
boolean getWantAuthnRequestsSigned()WantAuthnRequestsSigned 設定を取得します。これは、送信する前に、証明書利用者が AuthnRequest に署名する必要があるというアサート側の設定を示します。- 戻り値:
- WantAuthnRequestsSigned 値
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
AssertingPartyMetadata.Builder<?> mutate()