@Configuration(value="casRestAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasRestAuthenticationConfiguration
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
CasRestAuthenticationConfiguration.| Constructor and Description |
|---|
CasRestAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAuthenticationExecutionPlan(org.apereo.cas.authentication.AuthenticationEventExecutionPlan plan) |
RestAuthenticationApi |
restAuthenticationApi() |
org.apereo.cas.authentication.AuthenticationHandler |
restAuthenticationHandler() |
org.springframework.web.client.RestTemplate |
restAuthenticationTemplate() |
@Bean @RefreshScope public org.springframework.web.client.RestTemplate restAuthenticationTemplate()
@ConditionalOnMissingBean(name="restAuthenticationApi") @Bean @RefreshScope public RestAuthenticationApi restAuthenticationApi()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler restAuthenticationHandler()
public void configureAuthenticationExecutionPlan(org.apereo.cas.authentication.AuthenticationEventExecutionPlan plan)
configureAuthenticationExecutionPlan in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer