@Configuration(value="oneTimeTokenAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
@EnableScheduling
public class OneTimeTokenAuthenticationConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
OneTimeTokenAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Action |
oneTimeTokenAuthenticationWebflowAction() |
org.apereo.cas.web.flow.resolver.CasWebflowEventResolver |
oneTimeTokenAuthenticationWebflowEventResolver() |
OneTimeTokenRepository |
oneTimeTokenAuthenticatorTokenRepository() |
OneTimeTokenQRGeneratorController |
oneTimeTokenQRGeneratorController() |
public OneTimeTokenAuthenticationConfiguration()
@Bean @RefreshScope public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver oneTimeTokenAuthenticationWebflowEventResolver()
@Bean @RefreshScope public org.springframework.webflow.execution.Action oneTimeTokenAuthenticationWebflowAction()
@Bean public OneTimeTokenQRGeneratorController oneTimeTokenQRGeneratorController()
@ConditionalOnMissingBean(name="oneTimeTokenAuthenticatorTokenRepository") @Bean public OneTimeTokenRepository oneTimeTokenAuthenticatorTokenRepository()