Package org.apereo.cas.config
Class CasOAuth20ThrottleConfiguration.CasOAuth20ThrottleMvcConfiguration
java.lang.Object
org.apereo.cas.config.CasOAuth20ThrottleConfiguration.CasOAuth20ThrottleMvcConfiguration
- Enclosing class:
- CasOAuth20ThrottleConfiguration
@Configuration(value="CasOAuth20ThrottleMvcConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasOAuth20ThrottleConfiguration.CasOAuth20ThrottleMvcConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.HandlerInterceptoroauthHandlerInterceptorAdapter(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver> oauthRequestParameterResolver, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationAuthorizeInterceptor, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationAccessTokenInterceptor, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator>> oauthAuthorizationRequestValidators, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor>> accessTokenGrantRequestExtractors, org.springframework.beans.factory.ObjectProvider<org.pac4j.core.context.session.SessionStore> oauthDistributedSessionStore, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager) org.springframework.web.servlet.config.annotation.WebMvcConfigureroauthWebMvcConfigurer(org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> oauthHandlerInterceptorAdapter)
-
Constructor Details
-
CasOAuth20ThrottleMvcConfiguration
public CasOAuth20ThrottleMvcConfiguration()
-
-
Method Details
-
oauthHandlerInterceptorAdapter
@ConditionalOnMissingBean(name="oauthHandlerInterceptorAdapter") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor oauthHandlerInterceptorAdapter(@Qualifier("oauthRequestParameterResolver") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver> oauthRequestParameterResolver, @Qualifier("requiresAuthenticationAuthorizeInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationAuthorizeInterceptor, @Qualifier("requiresAuthenticationAccessTokenInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationAccessTokenInterceptor, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator>> oauthAuthorizationRequestValidators, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor>> accessTokenGrantRequestExtractors, @Qualifier("oauthDistributedSessionStore") org.springframework.beans.factory.ObjectProvider<org.pac4j.core.context.session.SessionStore> oauthDistributedSessionStore, @Qualifier("servicesManager") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager) -
oauthWebMvcConfigurer
@Bean @ConditionalOnMissingBean(name="oauthWebMvcConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.config.annotation.WebMvcConfigurer oauthWebMvcConfigurer(@Qualifier("oauthHandlerInterceptorAdapter") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> oauthHandlerInterceptorAdapter)
-