Class SamlIdPTicketProperties

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

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

    • SamlIdPTicketProperties

      public SamlIdPTicketProperties()
  • Method Details

    • getSamlArtifactsCacheStorageName

      public String getSamlArtifactsCacheStorageName()
      name that should be given to the saml artifact cache storage name.
    • getSamlAttributeQueryCacheStorageName

      public String getSamlAttributeQueryCacheStorageName()
      The name that should be given to the saml attribute query cache storage name.
    • getAttributeQuery

      public AttributeQueryTicketProperties getAttributeQuery()
      Attribute query ticket properties.
    • setSamlArtifactsCacheStorageName

      public SamlIdPTicketProperties setSamlArtifactsCacheStorageName(String samlArtifactsCacheStorageName)
      name that should be given to the saml artifact cache storage name.
      Returns:
      this.
    • setSamlAttributeQueryCacheStorageName

      public SamlIdPTicketProperties setSamlAttributeQueryCacheStorageName(String samlAttributeQueryCacheStorageName)
      The name that should be given to the saml attribute query cache storage name.
      Returns:
      this.
    • setAttributeQuery

      public SamlIdPTicketProperties setAttributeQuery(AttributeQueryTicketProperties attributeQuery)
      Attribute query ticket properties.
      Returns:
      this.