Package org.apereo.cas.oidc.config
Class OidcEndpointsConfiguration.OidcEndpointsWebConfiguration
java.lang.Object
org.apereo.cas.oidc.config.OidcEndpointsConfiguration.OidcEndpointsWebConfiguration
- Enclosing class:
- OidcEndpointsConfiguration
@Configuration(value="OidcEndpointsWebConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class OidcEndpointsConfiguration.OidcEndpointsWebConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ViewoidcConfirmView(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory) org.springframework.web.servlet.HandlerInterceptoroidcLocaleChangeInterceptor(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractor, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.configuration.CasConfigurationProperties> casProperties) org.apereo.cas.web.ProtocolEndpointWebSecurityConfigurer<Void>oidcProtocolEndpointConfigurer(org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.springframework.web.servlet.config.annotation.WebMvcConfigureroidcWebMvcConfigurer(org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> oauthInterceptor, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
OidcEndpointsWebConfiguration
public OidcEndpointsWebConfiguration()
-
-
Method Details
-
oidcWebMvcConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.config.annotation.WebMvcConfigurer oidcWebMvcConfigurer(@Qualifier("oidcIssuerService") org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, @Qualifier("oauthInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> oauthInterceptor, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
oidcProtocolEndpointConfigurer
@Bean @ConditionalOnMissingBean(name="oidcProtocolEndpointConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.ProtocolEndpointWebSecurityConfigurer<Void> oidcProtocolEndpointConfigurer(@Qualifier("oidcIssuerService") org.apereo.cas.oidc.issuer.OidcIssuerService oidcIssuerService, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
oidcLocaleChangeInterceptor
@Bean @ConditionalOnMissingBean(name="oidcLocaleChangeInterceptor") @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor oidcLocaleChangeInterceptor(@Qualifier("argumentExtractor") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractor, @Qualifier("servicesManager") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.configuration.CasConfigurationProperties> casProperties) -
oidcConfirmView
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="oidcConfirmView") public org.springframework.web.servlet.View oidcConfirmView(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("casProtocolThymeleafViewFactory") org.apereo.cas.validation.CasProtocolViewFactory casProtocolViewFactory)
-