Class AbstractProfileInterceptorAction

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action
Direct Known Subclasses:
AbstractConsentAction, FilterFlowsByNonBrowserSupport, InitializeAttributeReleaseContext, InitializeConsentContext, PopulateProfileInterceptorContext, SelectProfileInterceptorFlow, WriteProfileInterceptorResultToStorage

public abstract class AbstractProfileInterceptorAction extends AbstractProfileAction
A base class for profile interceptor actions. In addition to the work performed by AbstractProfileAction, this action also looks up and makes available the ProfileInterceptorContext. Interceptor action implementations should override doExecute(ProfileRequestContext, ProfileInterceptorContext)