Class CasCommandLineShellConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=Core,
                                 module="shell")
    @AutoConfiguration
    public class CasCommandLineShellConfiguration
    extends java.lang.Object
    Since:
    5.2.0
    • Constructor Detail

      • CasCommandLineShellConfiguration

        public CasCommandLineShellConfiguration()
    • Method Detail

      • shellPromptProvider

        @Bean
        public org.springframework.shell.jline.PromptProvider shellPromptProvider()