@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Import(value=CasClientConfiguration.class) public @interface EnableCasClient
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 or simply
extend the CasClientConfigurerAdapter and override only necessary methods.
CasClientConfigurer,
CasClientConfiguration,
CasClientConfigurerAdapter| Modifier and Type | Optional Element and Description |
|---|---|
EnableCasClient.ValidationType |
validationType |
public abstract EnableCasClient.ValidationType validationType