Class BaseCasActuatorEndpoint


  • public abstract class BaseCasActuatorEndpoint
    extends java.lang.Object
    Since:
    5.1.0
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MEDIA_TYPE_SPRING_BOOT_V2_JSON

        protected static final java.lang.String MEDIA_TYPE_SPRING_BOOT_V2_JSON
        Spring Boot v2 JSON media type.
        See Also:
        Constant Field Values
      • MEDIA_TYPE_SPRING_BOOT_V3_JSON

        protected static final java.lang.String MEDIA_TYPE_SPRING_BOOT_V3_JSON
        Spring Boot v3 JSON media type.
        See Also:
        Constant Field Values
      • casProperties

        protected final org.apereo.cas.configuration.CasConfigurationProperties casProperties
        The CAS properties.
    • Constructor Detail

      • BaseCasActuatorEndpoint

        public BaseCasActuatorEndpoint()