Package org.apereo.cas.web.flow.config
Class CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration
-
- Enclosing class:
- CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowEventResolutionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreWebflowConfiguration.CasCoreWebflowEventResolutionConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasCoreWebflowEventResolutionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.resolver.CasWebflowEventResolverserviceTicketRequestWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)org.apereo.cas.util.crypto.CipherExecutorwebflowCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-
-
Method Detail
-
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
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-