Class ProxyGrantingTicketProperties

java.lang.Object
org.apereo.cas.configuration.model.core.ticket.ProxyGrantingTicketProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-tickets", automated=true) public class ProxyGrantingTicketProperties extends Object implements Serializable
Since:
5.0.0
See Also:
  • Constructor Details

    • ProxyGrantingTicketProperties

      public ProxyGrantingTicketProperties()
  • Method Details

    • getMaxLength

      public long getMaxLength()
      Maximum length of the proxy granting ticket, when generating one.
    • setMaxLength

      public ProxyGrantingTicketProperties setMaxLength(long maxLength)
      Maximum length of the proxy granting ticket, when generating one.
      Returns:
      this.