Class CasCoreRestConfiguration.CasCoreRestAuthenticationConfiguration

  • Enclosing class:
    CasCoreRestConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.rest.authentication.RestAuthenticationService restAuthenticationService​(org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory restHttpRequestCredentialFactory, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.validation.RequestedAuthenticationContextValidator requestedContextValidator)  
      • Methods inherited from class java.lang.Object

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

      • CasCoreRestAuthenticationConfiguration

        public CasCoreRestAuthenticationConfiguration()
    • Method Detail

      • restAuthenticationService

        @Bean
        @ConditionalOnMissingBean(name="restAuthenticationService")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.rest.authentication.RestAuthenticationService restAuthenticationService​(@Qualifier("restHttpRequestCredentialFactory")
                                                                                                      org.apereo.cas.rest.factory.RestHttpRequestCredentialFactory restHttpRequestCredentialFactory,
                                                                                                      @Qualifier("defaultMultifactorTriggerSelectionStrategy")
                                                                                                      org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy,
                                                                                                      @Qualifier("webApplicationServiceFactory")
                                                                                                      org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory,
                                                                                                      @Qualifier("defaultAuthenticationSystemSupport")
                                                                                                      org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport,
                                                                                                      @Qualifier("servicesManager")
                                                                                                      org.apereo.cas.services.ServicesManager servicesManager,
                                                                                                      @Qualifier("requestedContextValidator")
                                                                                                      org.apereo.cas.validation.RequestedAuthenticationContextValidator requestedContextValidator)