Package org.apereo.cas.oidc.config
Class OidcThrottleConfiguration.OidcThrottleExecutionPlanConfiguration
- java.lang.Object
-
- org.apereo.cas.oidc.config.OidcThrottleConfiguration.OidcThrottleExecutionPlanConfiguration
-
- Enclosing class:
- OidcThrottleConfiguration
@Configuration(value="OidcThrottleExecutionPlanConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class OidcThrottleConfiguration.OidcThrottleExecutionPlanConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OidcThrottleExecutionPlanConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigureroidcAuthenticationThrottlingExecutionPlanConfigurer(org.apereo.cas.throttle.ThrottledRequestFilter oidcThrottledRequestFilter)
-
-
-
Method Detail
-
oidcAuthenticationThrottlingExecutionPlanConfigurer
@ConditionalOnMissingBean(name="oidcAuthenticationThrottlingExecutionPlanConfigurer") @Bean public org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer oidcAuthenticationThrottlingExecutionPlanConfigurer(@Qualifier("oidcThrottledRequestFilter") org.apereo.cas.throttle.ThrottledRequestFilter oidcThrottledRequestFilter)
-
-