Package org.apereo.cas.config
Class CasRemoteAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasRemoteAuthenticationConfiguration
-
@Configuration("casRemoteAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasRemoteAuthenticationConfiguration extends java.lang.ObjectThis isCasRemoteAuthenticationConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasRemoteAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurerremoteAddressAuthenticationEventExecutionPlanConfigurer()org.apereo.cas.authentication.AuthenticationHandlerremoteAddressAuthenticationHandler()org.springframework.webflow.execution.ActionremoteAddressCheck()org.apereo.cas.authentication.principal.PrincipalFactoryremoteAddressPrincipalFactory()org.apereo.cas.web.flow.CasWebflowConfigurerremoteAddressWebflowConfigurer()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerremoteCasWebflowExecutionPlanConfigurer()
-
-
-
Method Detail
-
remoteAddressWebflowConfigurer
@ConditionalOnMissingBean(name="remoteAddressWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer remoteAddressWebflowConfigurer()
-
remoteAddressAuthenticationHandler
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler remoteAddressAuthenticationHandler()
-
remoteAddressCheck
@Bean public org.springframework.webflow.execution.Action remoteAddressCheck()
-
remoteAddressPrincipalFactory
@ConditionalOnMissingBean(name="remoteAddressPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory remoteAddressPrincipalFactory()
-
remoteAddressAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="remoteAddressAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer remoteAddressAuthenticationEventExecutionPlanConfigurer()
-
remoteCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="remoteCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer remoteCasWebflowExecutionPlanConfigurer()
-
-