Class FileSystemSamlMetadataProperties

java.lang.Object
org.apereo.cas.configuration.model.support.saml.idp.metadata.FileSystemSamlMetadataProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-saml-idp") public class FileSystemSamlMetadataProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • FileSystemSamlMetadataProperties

      public FileSystemSamlMetadataProperties()
  • Method Details

    • getLocation

      public String getLocation()
      Directory location of SAML metadata and signing/encryption keys. This directory will be used to hold the configuration files.
    • isSignMetadata

      public boolean isSignMetadata()
      Whether metadata generated on disk should be digitally signed. Signing operations use the saml2 identity provider's signing certificate and signing key.
    • setLocation

      public FileSystemSamlMetadataProperties setLocation(String location)
      Directory location of SAML metadata and signing/encryption keys. This directory will be used to hold the configuration files.
      Returns:
      this.
    • setSignMetadata

      public FileSystemSamlMetadataProperties setSignMetadata(boolean signMetadata)
      Whether metadata generated on disk should be digitally signed. Signing operations use the saml2 identity provider's signing certificate and signing key.
      Returns:
      this.