Package org.apereo.cas.config
Class SamlIdPWebflowConfiguration.SamlIdPWebflowEventsConfiguration
java.lang.Object
org.apereo.cas.config.SamlIdPWebflowConfiguration.SamlIdPWebflowEventsConfiguration
- Enclosing class:
- SamlIdPWebflowConfiguration
@Configuration(value="SamlIdPWebflowEventsConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class SamlIdPWebflowConfiguration.SamlIdPWebflowEventsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.resolver.CasWebflowEventResolversamlIdPAuthenticationContextWebflowEventResolver(org.apereo.cas.authentication.MultifactorAuthenticationTrigger samlIdPMultifactorAuthenticationTrigger, org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
-
Constructor Details
-
SamlIdPWebflowEventsConfiguration
public SamlIdPWebflowEventsConfiguration()
-
-
Method Details
-
samlIdPAuthenticationContextWebflowEventResolver
@RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="samlIdPAuthenticationContextWebflowEventResolver") public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver samlIdPAuthenticationContextWebflowEventResolver(@Qualifier("samlIdPMultifactorAuthenticationTrigger") org.apereo.cas.authentication.MultifactorAuthenticationTrigger samlIdPMultifactorAuthenticationTrigger, @Qualifier("initialAuthenticationAttemptWebflowEventResolver") org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, @Qualifier("casWebflowConfigurationContext") org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
-