Package org.apereo.cas.rest.config
Class CasCoreRestConfiguration.CasCoreRestAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.rest.config.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
-
-
Constructor Summary
Constructors Constructor Description CasCoreRestAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.rest.authentication.RestAuthenticationServicerestAuthenticationService(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)
-
-
-
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)
-
-