@Configuration(value="casValidationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasValidationConfiguration
extends java.lang.Object
CasValidationConfiguration.| Constructor and Description |
|---|
CasValidationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.View |
cas1ServiceFailureView() |
org.springframework.web.servlet.View |
cas1ServiceSuccessView() |
org.springframework.web.servlet.View |
cas2ServiceSuccessView() |
org.springframework.web.servlet.View |
cas3ServiceJsonView() |
org.springframework.web.servlet.View |
cas3ServiceSuccessView() |
LegacyValidateController |
legacyValidateController(org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
ProxyController |
proxyController() |
ProxyValidateController |
proxyValidateController(org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
ServiceValidateController |
serviceValidateController(org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
V3ProxyValidateController |
v3ProxyValidateController(org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
V3ServiceValidateController |
v3ServiceValidateController(org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
@Bean public org.springframework.web.servlet.View cas1ServiceSuccessView()
@Bean public org.springframework.web.servlet.View cas1ServiceFailureView()
@Bean @ConditionalOnMissingBean(name="cas2ServiceSuccessView") public org.springframework.web.servlet.View cas2ServiceSuccessView()
@Bean @ConditionalOnMissingBean(name="cas3ServiceJsonView") public org.springframework.web.servlet.View cas3ServiceJsonView()
@Bean @ConditionalOnMissingBean(name="cas3ServiceSuccessView") public org.springframework.web.servlet.View cas3ServiceSuccessView()
@Autowired @Bean @ConditionalOnMissingBean(name="v3ServiceValidateController") public V3ServiceValidateController v3ServiceValidateController(@Qualifier(value="argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier(value="defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)
@Autowired @Bean @ConditionalOnMissingBean(name="v3ProxyValidateController") public V3ProxyValidateController v3ProxyValidateController(@Qualifier(value="argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier(value="defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)
@Autowired @Bean @ConditionalOnMissingBean(name="proxyValidateController") public ProxyValidateController proxyValidateController(@Qualifier(value="argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier(value="defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)
@Autowired @Bean @ConditionalOnMissingBean(name="legacyValidateController") public LegacyValidateController legacyValidateController(@Qualifier(value="argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier(value="defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)
@Bean @ConditionalOnMissingBean(name="proxyController") public ProxyController proxyController()
@Autowired @Bean @ConditionalOnMissingBean(name="serviceValidateController") public ServiceValidateController serviceValidateController(@Qualifier(value="argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier(value="defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)