Class ProfileRequestContextFlowExecutionListener

java.lang.Object
net.shibboleth.idp.profile.support.ProfileRequestContextFlowExecutionListener
All Implemented Interfaces:
FlowExecutionListener

public class ProfileRequestContextFlowExecutionListener extends Object implements FlowExecutionListener
Exposes the ProfileRequestContext in a request attribute to make it accessible outside the Webflow execution pipeline. The PRC is stored under the key ProfileRequestContext.BINDING_KEY.
  • Field Details

    • log

      private final org.slf4j.Logger log
      Logger instance.
  • Constructor Details

    • ProfileRequestContextFlowExecutionListener

      public ProfileRequestContextFlowExecutionListener()
  • Method Details