Class InweboAuthenticationConfiguration.InweboAuthenticationHandlerConfiguration

  • Enclosing class:
    InweboAuthenticationConfiguration

    @Configuration(value="InweboAuthenticationHandlerConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class InweboAuthenticationConfiguration.InweboAuthenticationHandlerConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.PrincipalFactory inweboPrincipalFactory, org.apereo.cas.services.ServicesManager servicesManager, InweboService inweboService)  
      • Methods inherited from class java.lang.Object

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

      • InweboAuthenticationHandlerConfiguration

        public InweboAuthenticationHandlerConfiguration()
    • Method Detail

      • inweboAuthenticationHandler

        @ConditionalOnMissingBean(name="inweboAuthenticationHandler")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                               @Qualifier("inweboPrincipalFactory")
                                                                                               org.apereo.cas.authentication.principal.PrincipalFactory inweboPrincipalFactory,
                                                                                               @Qualifier("servicesManager")
                                                                                               org.apereo.cas.services.ServicesManager servicesManager,
                                                                                               @Qualifier("inweboService")
                                                                                               InweboService inweboService)