public interface AuthenticationEventExecutionPlanConfigurer
AuthenticationEventExecutionPlanConfigurer.
Passes on an authentication execution plan to implementors
to register authentication handlers, etc. This class is typically
implemented by a configuration class inside a CAS module.
Note: Existing configuration classes that are injected authentication-related functionality such as the transaction manager or the authentication support components need to be refactored to isolate those changes into the configurer. Otherwise, circular dependency issues may appear.
| Modifier and Type | Method and Description |
|---|---|
default void |
configureAuthenticationExecutionPlan(AuthenticationEventExecutionPlan plan)
configure the plan.
|
default void configureAuthenticationExecutionPlan(AuthenticationEventExecutionPlan plan)
plan - the plan