Skip navigation links
spring-webflow
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
  • Deprecated Classes
    Class
    Description
    org.springframework.webflow.execution.FlowExecutionListenerAdapter
    as of 5.0 FlowExecutionListener has default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapter.
  • Deprecated Methods
    Method
    Description
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.webflow.config.FlowBuilderServicesBuilder(ApplicationContext)
    as of 2.5 an ApplicationContext is no longer required
    org.springframework.webflow.config.FlowExecutorBuilder(FlowDefinitionLocator, ApplicationContext)
    as of 2.5 an ApplicationContext is no longer required