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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.HandlerInterceptor
    oauthHandlerInterceptorAdapter(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.WebMvcConfigurer
    oauthWebMvcConfigurer(org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> oauthHandlerInterceptorAdapter)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)