Class CasCoreServicesConfiguration.CasCoreServicesResponseLocatorConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreServicesConfiguration.CasCoreServicesResponseLocatorConfiguration
Enclosing class:
CasCoreServicesConfiguration

@Configuration(value="CasCoreServicesResponseLocatorConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreServicesConfiguration.CasCoreServicesResponseLocatorConfiguration extends Object
  • Constructor Details

    • CasCoreServicesResponseLocatorConfiguration

      public CasCoreServicesResponseLocatorConfiguration()
  • Method Details

    • webApplicationResponseBuilderLocator

      @ConditionalOnMissingBean(name="webApplicationResponseBuilderLocator") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.principal.ResponseBuilderLocator webApplicationResponseBuilderLocator(List<org.apereo.cas.authentication.principal.ResponseBuilder> responseBuilders)