Class Pac4jSamlClientMetadataProperties

java.lang.Object
org.apereo.cas.configuration.model.support.pac4j.saml.Pac4jSamlClientMetadataProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-pac4j-webflow") public class Pac4jSamlClientMetadataProperties extends Object implements Serializable
Since:
5.2.0
See Also:
  • Constructor Details

    • Pac4jSamlClientMetadataProperties

      public Pac4jSamlClientMetadataProperties()
  • Method Details

    • getIdentityProviderMetadataPath

      public String getIdentityProviderMetadataPath()
      The metadata location of the identity provider that is to handle authentications. The location can be specified as a direct absolute path to the metadata file or it may also be a URL to the identity provider's metadata endpoint.
    • getServiceProvider

      public Pac4jSamlServiceProviderMetadataProperties getServiceProvider()
      SAML2 service provider metadata settings.
    • setIdentityProviderMetadataPath

      public Pac4jSamlClientMetadataProperties setIdentityProviderMetadataPath(String identityProviderMetadataPath)
      The metadata location of the identity provider that is to handle authentications. The location can be specified as a direct absolute path to the metadata file or it may also be a URL to the identity provider's metadata endpoint.
      Returns:
      this.
    • setServiceProvider

      SAML2 service provider metadata settings.
      Returns:
      this.