Annotation Type ConditionalOnFeatureEnabled

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      org.apereo.cas.configuration.features.CasFeatureModule.FeatureCatalog feature
      Feature.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean enabledByDefault
      Indicate if this feature should be enabled by default if not explicitly enabled.
      java.lang.String module
      Module identifier.
    • Element Detail

      • feature

        org.apereo.cas.configuration.features.CasFeatureModule.FeatureCatalog feature
        Feature.
        Returns:
        the feature ref from the catalog
      • module

        java.lang.String module
        Module identifier.
        Returns:
        the string
        Default:
        ""
      • enabledByDefault

        boolean enabledByDefault
        Indicate if this feature should be enabled by default if not explicitly enabled.
        Returns:
        true/false
        Default:
        true