Package org.apereo.cas.config
Class CasRestAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasRestAuthenticationConfiguration
-
@Configuration("casRestAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasRestAuthenticationConfiguration extends java.lang.ObjectThis isCasRestAuthenticationConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasRestAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurercasRestAuthenticationEventExecutionPlanConfigurer()RestAuthenticationApirestAuthenticationApi()org.apereo.cas.authentication.AuthenticationHandlerrestAuthenticationHandler()org.apereo.cas.authentication.principal.PrincipalFactoryrestAuthenticationPrincipalFactory()org.springframework.web.client.RestTemplaterestAuthenticationTemplate()
-
-
-
Method Detail
-
restAuthenticationTemplate
@Bean @RefreshScope public org.springframework.web.client.RestTemplate restAuthenticationTemplate()
-
restAuthenticationPrincipalFactory
@ConditionalOnMissingBean(name="restAuthenticationPrincipalFactory") @Bean @RefreshScope public org.apereo.cas.authentication.principal.PrincipalFactory restAuthenticationPrincipalFactory()
-
restAuthenticationApi
@ConditionalOnMissingBean(name="restAuthenticationApi") @Bean @RefreshScope public RestAuthenticationApi restAuthenticationApi()
-
restAuthenticationHandler
@Bean public org.apereo.cas.authentication.AuthenticationHandler restAuthenticationHandler()
-
casRestAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="casRestAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer casRestAuthenticationEventExecutionPlanConfigurer()
-
-