public class IDPSSODescriptorModel extends RoleDescriptorModel
| コンストラクタと説明 |
|---|
IDPSSODescriptorModel(String entityId,
org.opensaml.saml2.metadata.IDPSSODescriptor idpSSODescriptor)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getAttributeNameFormat(String attributeName)
属性のNameFormatを取得、一致する属性がなければデフォルトのNameFormatを取得します。
|
org.opensaml.saml2.metadata.IDPSSODescriptor |
getIDPSSODescriptor()
IdpSSODescriptor属性を取得します。
|
org.opensaml.saml2.metadata.Endpoint |
getSingleLogoutServiceEndpoint(String binding)
バインディングに一致するSingleLogoutServiceのエンドポイントを取得します。
|
String |
getSingleLogoutServiceLocation(String binding)
バインディングに一致するSingleLogoutServiceのエンドポイントURL取得します。
|
String |
getSingleLogoutServiceResponseLocation(String binding)
バインディングに一致するSingleLogoutServiceのResponseLocationのURL取得します。
|
org.opensaml.saml2.metadata.Endpoint |
getSingleSignOnServiceEndpoint(String binding)
バインディングに一致するSingleSignOnServiceのエンドポイントを取得します。
|
String |
getSingleSignonServiceLocation(String binding)
バインディングに一致するSingleSignonServiceのエンドポイントURL取得します。
|
boolean |
isWantAuthnRequestsSigned()
WantAuthnRequestsSigned属性を返却します。
|
getEntityId, getRoleDescriptorgetXMLObject, hasSignature, prettyPrintXML, sign, sign, toXML, verifySignaturepublic IDPSSODescriptorModel(String entityId, org.opensaml.saml2.metadata.IDPSSODescriptor idpSSODescriptor) throws SAMLApplicationException
entityId - エンティティIDidpSSODescriptor - IDPSSODescriptor要素SAMLApplicationException - SAML連携エラーpublic String getAttributeNameFormat(String attributeName)
attributeName - 属性名public org.opensaml.saml2.metadata.IDPSSODescriptor getIDPSSODescriptor()
public org.opensaml.saml2.metadata.Endpoint getSingleLogoutServiceEndpoint(String binding)
binding - バインディングpublic String getSingleLogoutServiceLocation(String binding)
binding - バインディングpublic String getSingleLogoutServiceResponseLocation(String binding)
binding - バインディングpublic org.opensaml.saml2.metadata.Endpoint getSingleSignOnServiceEndpoint(String binding)
binding - バインディングpublic String getSingleSignonServiceLocation(String binding)
binding - バインディングpublic boolean isWantAuthnRequestsSigned()
Copyright © 2012 NTT DATA INTRAMART CORPORATION