Package org.apereo.cas.config
Class GoogleAuthenticatorRestConfiguration
java.lang.Object
org.apereo.cas.config.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
This is
GoogleAuthenticatorRestConfiguration.- Since:
- 5.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.rest.factory.RestHttpRequestCredentialFactoryorg.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurergoogleAuthenticatorRestHttpRequestCredentialFactoryConfigurer(org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory googleAuthenticatorRestHttpRequestCredentialFactory)
-
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()
-