Class SamlCoreProperties

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

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

    • SamlCoreProperties

      public SamlCoreProperties()
  • Method Details

    • getSkewAllowance

      public String getSkewAllowance()
      Skew allowance that controls the issue instance of the authentication.
    • getIssueLength

      public String getIssueLength()
      Issue length that controls the validity period of the assertion.
    • getAttributeNamespace

      public String getAttributeNamespace()
      Attribute namespace to use when generating SAML1 responses.
    • getIssuer

      public String getIssuer()
      Issuer of the assertion when generating SAML1 responses.
    • isTicketidSaml2

      public boolean isTicketidSaml2()
      Whether ticket ids generated should be saml2 compliant when generating SAML1 responses.
    • getSecurityManager

      public String getSecurityManager()
      Qualified name of the security manager class used for creating a SAML parser pool.
    • setSkewAllowance

      public SamlCoreProperties setSkewAllowance(String skewAllowance)
      Skew allowance that controls the issue instance of the authentication.
      Returns:
      this.
    • setIssueLength

      public SamlCoreProperties setIssueLength(String issueLength)
      Issue length that controls the validity period of the assertion.
      Returns:
      this.
    • setAttributeNamespace

      public SamlCoreProperties setAttributeNamespace(String attributeNamespace)
      Attribute namespace to use when generating SAML1 responses.
      Returns:
      this.
    • setIssuer

      public SamlCoreProperties setIssuer(String issuer)
      Issuer of the assertion when generating SAML1 responses.
      Returns:
      this.
    • setTicketidSaml2

      public SamlCoreProperties setTicketidSaml2(boolean ticketidSaml2)
      Whether ticket ids generated should be saml2 compliant when generating SAML1 responses.
      Returns:
      this.
    • setSecurityManager

      public SamlCoreProperties setSecurityManager(String securityManager)
      Qualified name of the security manager class used for creating a SAML parser pool.
      Returns:
      this.