クラス OpenSamlMetadataResolver.EntityDescriptorParameters

java.lang.ObjectSE
org.springframework.security.saml2.provider.service.metadata.OpenSamlMetadataResolver.EntityDescriptorParameters
含まれているクラス:
OpenSamlMetadataResolver

public static final class OpenSamlMetadataResolver.EntityDescriptorParameters extends ObjectSE
OpenSAML EntityDescriptor とそれに関連する RelyingPartyRegistration を含むタプル
導入:
5.7
  • コンストラクターの詳細

    • EntityDescriptorParameters

      public EntityDescriptorParameters(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor, RelyingPartyRegistration registration)
  • メソッドの詳細

    • getEntityDescriptor

      public org.opensaml.saml.saml2.metadata.EntityDescriptor getEntityDescriptor()
    • getRelyingPartyRegistration

      public RelyingPartyRegistration getRelyingPartyRegistration()