Class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationSupportBaseConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationSupportBaseConfiguration
Enclosing class:
CasCoreAuthenticationSupportConfiguration

@Configuration(value="CasCoreAuthenticationSupportBaseConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreAuthenticationSupportConfiguration.CasCoreAuthenticationSupportBaseConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationSystemSupport
    defaultAuthenticationSystemSupport(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager, org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy, org.apereo.cas.authentication.AuthenticationResultBuilderFactory authenticationResultBuilderFactory, org.apereo.cas.authentication.AuthenticationTransactionFactory authenticationTransactionFactory)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasCoreAuthenticationSupportBaseConfiguration

      public CasCoreAuthenticationSupportBaseConfiguration()
  • Method Details

    • defaultAuthenticationSystemSupport

      @RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="defaultAuthenticationSystemSupport") public org.apereo.cas.authentication.AuthenticationSystemSupport defaultAuthenticationSystemSupport(@Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("authenticationTransactionManager") org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager, @Qualifier("principalElectionStrategy") org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy, @Qualifier("authenticationResultBuilderFactory") org.apereo.cas.authentication.AuthenticationResultBuilderFactory authenticationResultBuilderFactory, @Qualifier("authenticationTransactionFactory") org.apereo.cas.authentication.AuthenticationTransactionFactory authenticationTransactionFactory)