Package org.apereo.cas.web.flow.config
Class CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration
-
- Enclosing class:
- CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowContextConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreWebflowConfiguration.CasCoreWebflowContextConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasCoreWebflowContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContextcasWebflowConfigurationContext(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, 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)
-
-
-
Method Detail
-
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("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)
-
-