Annotation Interface 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 with
Configuration
or SpringBootApplication classes.
For those wishing to customize CAS filters during their creation, application configuration classes carrying this annotation
may implement the CasClientConfigurer callback interface and override only necessary methods.
- Since:
- 3.6.0
- Author:
- Dmitriy Kopylenko
-
Nested Class Summary
Nested Classes