Class GoogleAuthenticatorRestConfiguration
- java.lang.Object
-
- org.apereo.cas.config.support.authentication.GoogleAuthenticatorRestConfiguration
-
@Configuration("googleAuthenticatorRestConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnClass(org.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurer.class) public class GoogleAuthenticatorRestConfiguration extends java.lang.ObjectThis isGoogleAuthenticatorRestConfiguration.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.rest.factory.RestHttpRequestCredentialFactorygoogleAuthenticatorRestHttpRequestCredentialFactory()org.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurergoogleAuthenticatorRestHttpRequestCredentialFactoryConfigurer()
-
-
-
Method Detail
-
googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer
@Bean @ConditionalOnMissingBean(name="googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer") public org.apereo.cas.rest.plan.RestHttpRequestCredentialFactoryConfigurer googleAuthenticatorRestHttpRequestCredentialFactoryConfigurer()
-
googleAuthenticatorRestHttpRequestCredentialFactory
@Bean @ConditionalOnMissingBean(name="googleAuthenticatorRestHttpRequestCredentialFactory") public org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory googleAuthenticatorRestHttpRequestCredentialFactory()
-
-