Class TrustedAuthenticationConfiguration.TrustedAuthenticationHandlerConfiguration

  • Enclosing class:
    TrustedAuthenticationConfiguration

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

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

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

      • TrustedAuthenticationHandlerConfiguration

        public TrustedAuthenticationHandlerConfiguration()
    • Method Detail

      • principalBearingCredentialsAuthenticationHandler

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