Annotation 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