@Configuration(value="radiusConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class RadiusConfiguration
extends java.lang.Object
RadiusConfiguration.| Constructor and Description |
|---|
RadiusConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getClientIps(org.apereo.cas.configuration.model.support.radius.RadiusClientProperties client) |
org.apereo.cas.web.flow.resolver.CasWebflowEventResolver |
radiusAccessChallengedAuthenticationWebflowEventResolver() |
org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer |
radiusAuthenticationEventExecutionPlanConfigurer() |
org.apereo.cas.authentication.AuthenticationHandler |
radiusAuthenticationHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
radiusPrincipalFactory() |
org.apereo.cas.adaptors.radius.JRadiusServerImpl |
radiusServer() |
java.util.List<org.apereo.cas.adaptors.radius.RadiusServer> |
radiusServers() |
@ConditionalOnMissingBean(name="radiusPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory radiusPrincipalFactory()
@RefreshScope @Bean public org.apereo.cas.adaptors.radius.JRadiusServerImpl radiusServer()
public static java.util.Set<java.lang.String> getClientIps(org.apereo.cas.configuration.model.support.radius.RadiusClientProperties client)
@RefreshScope @Bean public java.util.List<org.apereo.cas.adaptors.radius.RadiusServer> radiusServers()
@Bean public org.apereo.cas.authentication.AuthenticationHandler radiusAuthenticationHandler()
@RefreshScope @Bean public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver radiusAccessChallengedAuthenticationWebflowEventResolver()
@ConditionalOnMissingBean(name="radiusAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer radiusAuthenticationEventExecutionPlanConfigurer()