Class GoogleAuthenticatorRestConfiguration

java.lang.Object
org.apereo.cas.config.support.authentication.GoogleAuthenticatorRestConfiguration

@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnClass(org.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurer.class) @ConditionalOnFeatureEnabled(feature=GoogleAuthenticator) @AutoConfiguration public class GoogleAuthenticatorRestConfiguration extends Object
Since:
5.3.0
  • Constructor Details

    • GoogleAuthenticatorRestConfiguration

      public GoogleAuthenticatorRestConfiguration()
  • Method Details

    • googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer") public org.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurer googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer(@Qualifier("googleAuthenticatorRestHttpRequestCredentialFactory") org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory googleAuthenticatorRestHttpRequestCredentialFactory)
    • googleAuthenticatorRestHttpRequestCredentialFactory

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="googleAuthenticatorRestHttpRequestCredentialFactory") public org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory googleAuthenticatorRestHttpRequestCredentialFactory()