@Configuration(value="grouperMultifactorAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnClass(value=org.apereo.cas.web.flow.resolver.CasWebflowEventResolver.class)
public class GrouperMultifactorAuthenticationConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
GrouperMultifactorAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.web.flow.resolver.CasWebflowEventResolver |
grouperMultifactorAuthenticationWebflowEventResolver(org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport) |
public GrouperMultifactorAuthenticationConfiguration()
@Autowired
@Bean
@RefreshScope
public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver grouperMultifactorAuthenticationWebflowEventResolver(@Qualifier(value="defaultAuthenticationSystemSupport")
org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport)