Class SamlGoogleAppsConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @Deprecated(since="6.2.0")
    @Configuration(value="SamlGoogleAppsConfiguration",
                   proxyBeanMethods=false)
    public class SamlGoogleAppsConfiguration
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    Deprecated.
    Since 6.2, to be replaced with CAS SAML2 identity provider functionality.
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()
      Deprecated.
       
      org.apereo.cas.authentication.principal.ServiceFactory googleAccountsServiceFactory​(org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder)
      Deprecated.
       
      org.apereo.cas.authentication.principal.ServiceFactoryConfigurer googleAccountsServiceFactoryConfigurer​(org.apereo.cas.authentication.principal.ServiceFactory googleAccountsServiceFactory)
      Deprecated.
       
      org.apereo.cas.authentication.principal.ResponseBuilder googleAccountsServiceResponseBuilder​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder, org.apereo.cas.web.UrlValidator urlValidator, org.apereo.cas.services.ServicesManager servicesManager)
      Deprecated.
       
      org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder​(org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SamlGoogleAppsConfiguration

        public SamlGoogleAppsConfiguration()
        Deprecated.
    • Method Detail

      • googleAccountsServiceFactoryConfigurer

        @Bean
        public org.apereo.cas.authentication.principal.ServiceFactoryConfigurer googleAccountsServiceFactoryConfigurer​(@Qualifier("googleAccountsServiceFactory")
                                                                                                                       org.apereo.cas.authentication.principal.ServiceFactory googleAccountsServiceFactory)
        Deprecated.
      • googleAccountsServiceFactory

        @ConditionalOnMissingBean(name="googleAccountsServiceFactory")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.principal.ServiceFactory googleAccountsServiceFactory​(@Qualifier("googleSaml20ObjectBuilder")
                                                                                                   org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder)
        Deprecated.
      • googleSaml20ObjectBuilder

        @ConditionalOnMissingBean(name="googleSaml20ObjectBuilder")
        @Bean
        public org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder​(@Qualifier("shibboleth.OpenSAMLConfig")
                                                                                                    org.apereo.cas.support.saml.OpenSamlConfigBean openSamlConfigBean)
        Deprecated.
      • googleAccountsServiceResponseBuilder

        @ConditionalOnMissingBean(name="googleAccountsServiceResponseBuilder")
        @Bean
        @Lazy
        public org.apereo.cas.authentication.principal.ResponseBuilder googleAccountsServiceResponseBuilder​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                            @Qualifier("googleSaml20ObjectBuilder")
                                                                                                            org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder googleSaml20ObjectBuilder,
                                                                                                            @Qualifier("urlValidator")
                                                                                                            org.apereo.cas.web.UrlValidator urlValidator,
                                                                                                            @Qualifier("servicesManager")
                                                                                                            org.apereo.cas.services.ServicesManager servicesManager)
        Deprecated.
      • afterPropertiesSet

        public void afterPropertiesSet()
        Deprecated.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean