Class GoogleAuthenticatorAuthenticationMultifactorProviderBypassConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.GoogleAuthenticatorAuthenticationMultifactorProviderBypassConfiguration
-
@Configuration("googleAuthenticatorMultifactorProviderBypassConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class GoogleAuthenticatorAuthenticationMultifactorProviderBypassConfiguration extends java.lang.Object- Since:
- 6.1.0
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorAuthenticationMultifactorProviderBypassConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorAuthenticationMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorBypassEvaluator()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorCredentialMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorGroovyMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorHttpRequestMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorPrincipalMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorRegisteredServiceMultifactorAuthenticationProviderBypass()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorRegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator()org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorgoogleAuthenticatorRestMultifactorAuthenticationProviderBypass()
-
-
-
Method Detail
-
googleAuthenticatorBypassEvaluator
@ConditionalOnMissingBean(name="googleAuthenticatorBypassEvaluator") @Bean @RefreshScope public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorBypassEvaluator()
-
googleAuthenticatorRegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator
@ConditionalOnMissingBean(name="googleAuthenticatorRegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator") @Bean @RefreshScope public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorRegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator()
-
googleAuthenticatorRestMultifactorAuthenticationProviderBypass
@ConditionalOnMissingBean(name="googleAuthenticatorRestMultifactorAuthenticationProviderBypass") @Bean @RefreshScope public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorRestMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorGroovyMultifactorAuthenticationProviderBypass
@ConditionalOnMissingBean(name="googleAuthenticatorGroovyMultifactorAuthenticationProviderBypass") @Bean @RefreshScope public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorGroovyMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorHttpRequestMultifactorAuthenticationProviderBypass
@ConditionalOnMissingBean(name="googleAuthenticatorHttpRequestMultifactorAuthenticationProviderBypass") @Bean @RefreshScope public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorHttpRequestMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorCredentialMultifactorAuthenticationProviderBypass
@Bean @RefreshScope @ConditionalOnMissingBean(name="googleAuthenticatorCredentialMultifactorAuthenticationProviderBypass") public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorCredentialMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorRegisteredServiceMultifactorAuthenticationProviderBypass
@Bean @RefreshScope @ConditionalOnMissingBean(name="googleAuthenticatorRegisteredServiceMultifactorAuthenticationProviderBypass") public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorRegisteredServiceMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorPrincipalMultifactorAuthenticationProviderBypass
@Bean @RefreshScope @ConditionalOnMissingBean(name="googleAuthenticatorPrincipalMultifactorAuthenticationProviderBypass") public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorPrincipalMultifactorAuthenticationProviderBypass()
-
googleAuthenticatorAuthenticationMultifactorAuthenticationProviderBypass
@Bean @RefreshScope @ConditionalOnMissingBean(name="googleAuthenticatorAuthenticationMultifactorAuthenticationProviderBypass") public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator googleAuthenticatorAuthenticationMultifactorAuthenticationProviderBypass()
-
-