Class UmaPermissionTicketProperties

java.lang.Object
org.apereo.cas.configuration.model.support.uma.UmaPermissionTicketProperties
All Implemented Interfaces:
Serializable

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

    • UmaPermissionTicketProperties

      public UmaPermissionTicketProperties()
  • Method Details

    • getMaxTimeToLiveInSeconds

      public String getMaxTimeToLiveInSeconds()
      Hard timeout to kill the UMA permission token and expire it.
    • setMaxTimeToLiveInSeconds

      public UmaPermissionTicketProperties setMaxTimeToLiveInSeconds(String maxTimeToLiveInSeconds)
      Hard timeout to kill the UMA permission token and expire it.
      Returns:
      this.