adplus-dvertising
frame-decoration

Question

Which of the following class should replace ‘?’.
<beans ...>
...
  <webflow:flow-executor id="flowExecutor">
  <webflow:flow-execution-listeners>
  <webflow:listener ref="securityFlowExecutionListener" />
  </webflow:flow-execution-listeners>
  </webflow:flow-executor>
  <bean id="securityFlowExecutionListener" class="?" />
</beans>

a.

org.springframework.webflow.security.SecurityFlow

b.

org.springframework.webflow.SecurityFlowExecutionListener

c.

org.springframework.webflow.security.SecurityFlowExecutionListener

d.

org.springframework.security.SecurityFlowExecutionListener

Answer: (c).org.springframework.webflow.security.SecurityFlowExecutionListener

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following class should replace ‘?’.