Annotation Type EnableCasClient
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @Import(CasClientConfiguration.class) public @interface EnableCasClient
Enables CAS Java client Servlet Filters configuration facility. To be used together withConfigurationorSpringBootApplicationclasses.For those wishing to customize CAS filters during their creation, application configuration classes carrying this annotation may implement the
CasClientConfigurercallback interface or simply extend theCasClientConfigurerAdapterand override only necessary methods.- Since:
- 1.0.0
- See Also:
CasClientConfigurer,CasClientConfiguration,CasClientConfigurerAdapter