Package org.apereo.cas.oidc.config
Class OidcEndpointsConfiguration.OidcInterceptorsConfiguration
java.lang.Object
org.apereo.cas.oidc.config.OidcEndpointsConfiguration.OidcInterceptorsConfiguration
- Enclosing class:
- OidcEndpointsConfiguration
@Configuration(value="OidcInterceptorsConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class OidcEndpointsConfiguration.OidcInterceptorsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.HandlerInterceptoroauthInterceptor(org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor>> accessTokenGrantRequestExtractors, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator>> oauthRequestValidators, org.springframework.beans.factory.ObjectProvider<org.pac4j.core.context.session.SessionStore> oauthDistributedSessionStore, 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<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationClientConfigurationInterceptor, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationDynamicRegistrationInterceptor, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver> oauthRequestParameterResolver, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.springframework.web.servlet.HandlerInterceptorrequiresAuthenticationClientConfigurationInterceptor(org.pac4j.core.config.Config oauthSecConfig) org.springframework.web.servlet.HandlerInterceptorrequiresAuthenticationDynamicRegistrationInterceptor(org.pac4j.core.config.Config oauthSecConfig)
-
Constructor Details
-
OidcInterceptorsConfiguration
public OidcInterceptorsConfiguration()
-
-
Method Details
-
requiresAuthenticationDynamicRegistrationInterceptor
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor requiresAuthenticationDynamicRegistrationInterceptor(@Qualifier("oauthSecConfig") org.pac4j.core.config.Config oauthSecConfig) -
requiresAuthenticationClientConfigurationInterceptor
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor requiresAuthenticationClientConfigurationInterceptor(@Qualifier("oauthSecConfig") org.pac4j.core.config.Config oauthSecConfig) -
oauthInterceptor
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor oauthInterceptor(org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.web.response.accesstoken.ext.AccessTokenGrantRequestExtractor>> accessTokenGrantRequestExtractors, org.springframework.beans.factory.ObjectProvider<List<org.apereo.cas.support.oauth.validator.authorization.OAuth20AuthorizationRequestValidator>> oauthRequestValidators, @Qualifier("oauthDistributedSessionStore") org.springframework.beans.factory.ObjectProvider<org.pac4j.core.context.session.SessionStore> oauthDistributedSessionStore, @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, @Qualifier("requiresAuthenticationClientConfigurationInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationClientConfigurationInterceptor, @Qualifier("requiresAuthenticationDynamicRegistrationInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> requiresAuthenticationDynamicRegistrationInterceptor, @Qualifier("oauthRequestParameterResolver") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.support.oauth.web.OAuth20RequestParameterResolver> oauthRequestParameterResolver, @Qualifier("servicesManager") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-