Class CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration
Enclosing class:
CasCoreWebflowConfiguration

@Configuration(value="CasCoreWebflowEventResolutionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration extends Object
  • Constructor Details

    • CasCoreWebflowEventResolutionConfiguration

      public CasCoreWebflowEventResolutionConfiguration()
  • Method Details

    • serviceTicketRequestWebflowEventResolver

      @ConditionalOnMissingBean(name="serviceTicketRequestWebflowEventResolver") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver(@Qualifier("casWebflowConfigurationContext") org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
    • webflowCipherExecutor

      @ConditionalOnMissingBean(name="webflowCipherExecutor") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)