Package org.apereo.cas.config
Class CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration
- Enclosing class:
CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowContextConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContextcasWebflowConfigurationContext(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, org.apereo.cas.CentralAuthenticationService centralAuthenticationService, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.AuthenticationEventExecutionPlan authenticationEventExecutionPlan, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.web.cookie.CasCookieBuilder warnCookieGenerator, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.web.flow.SingleSignOnParticipationStrategy webflowSingleSignOnParticipationStrategy, org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer, org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator, org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, org.apereo.cas.web.flow.CasWebflowCredentialProvider casWebflowCredentialProvider)
-
Constructor Details
-
CasCoreWebflowContextConfiguration
public CasCoreWebflowContextConfiguration()
-
-
Method Details
-
casWebflowConfigurationContext
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("principalFactory") org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, @Qualifier("defaultTicketRegistrySupport") org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, @Qualifier("defaultAuthenticationSystemSupport") org.apereo.cas.authentication.AuthenticationSystemSupport authenticationSystemSupport, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, @Qualifier("centralAuthenticationService") org.apereo.cas.CentralAuthenticationService centralAuthenticationService, @Qualifier("authenticationContextValidator") org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, @Qualifier("authenticationEventExecutionPlan") org.apereo.cas.authentication.AuthenticationEventExecutionPlan authenticationEventExecutionPlan, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("warnCookieGenerator") org.apereo.cas.web.cookie.CasCookieBuilder warnCookieGenerator, @Qualifier("ticketRegistry") org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, @Qualifier("singleSignOnParticipationStrategy") org.apereo.cas.web.flow.SingleSignOnParticipationStrategy webflowSingleSignOnParticipationStrategy, @Qualifier("registeredServiceAccessStrategyEnforcer") org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer, @Qualifier("ticketGrantingTicketCookieGenerator") org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator, @Qualifier("argumentExtractor") org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, @Qualifier("casWebflowCredentialProvider") org.apereo.cas.web.flow.CasWebflowCredentialProvider casWebflowCredentialProvider)
-