Package org.apereo.cas.config
Class CasOAuth20ThrottleConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasOAuth20ThrottleConfiguration
-
@Configuration("casOAuth20ThrottleConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasOAuth20ThrottleConfiguration extends java.lang.ObjectThis isCasOAuth20ThrottleConfiguration.- Since:
- 5.3.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCasOAuth20ThrottleConfiguration.OAuth20AccessTokenSecurityLogic
-
Constructor Summary
Constructors Constructor Description CasOAuth20ThrottleConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.HandlerInterceptoroauthHandlerInterceptorAdapter()org.springframework.web.servlet.config.annotation.WebMvcConfigureroauthThrottleWebMvcConfigurer()org.springframework.web.servlet.HandlerInterceptorrequiresAuthenticationAccessTokenInterceptor()org.springframework.web.servlet.HandlerInterceptorrequiresAuthenticationAuthorizeInterceptor()
-
-
-
Method Detail
-
requiresAuthenticationAuthorizeInterceptor
@ConditionalOnMissingBean(name="requiresAuthenticationAuthorizeInterceptor") @Bean public org.springframework.web.servlet.HandlerInterceptor requiresAuthenticationAuthorizeInterceptor()
-
requiresAuthenticationAccessTokenInterceptor
@ConditionalOnMissingBean(name="requiresAuthenticationAccessTokenInterceptor") @Bean public org.springframework.web.servlet.HandlerInterceptor requiresAuthenticationAccessTokenInterceptor()
-
oauthHandlerInterceptorAdapter
@ConditionalOnMissingBean(name="oauthHandlerInterceptorAdapter") @Bean @RefreshScope public org.springframework.web.servlet.HandlerInterceptor oauthHandlerInterceptorAdapter()
-
oauthThrottleWebMvcConfigurer
@Bean @ConditionalOnMissingBean(name="oauthThrottleWebMvcConfigurer") public org.springframework.web.servlet.config.annotation.WebMvcConfigurer oauthThrottleWebMvcConfigurer()
-
-