public class WriteProfileInterceptorResultToStorage extends AbstractProfileInterceptorAction
ProfileInterceptorResult to a StorageService.EventIds.PROCEED_EVENT_ID, EventIds.IO_ERROR| Modifier and Type | Field and Description |
|---|---|
private ProfileInterceptorFlowDescriptor |
flowDescriptor
Flow descriptor.
|
private org.slf4j.Logger |
log
Class logger.
|
private List<ProfileInterceptorResult> |
results
Results to be stored.
|
private org.opensaml.storage.StorageService |
storageService
Storage service.
|
| Constructor and Description |
|---|
WriteProfileInterceptorResultToStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
ProfileInterceptorContext interceptorContext) |
protected boolean |
doPreExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext,
ProfileInterceptorContext interceptorContext) |
protected void |
store(ProfileInterceptorResult result)
Store a profile interceptor result.
|
doExecute, doPreExecute, setLookupStrategydoExecute, execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategygetActivationCondition, setActivationConditiondoPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@Nonnull private final org.slf4j.Logger log
@Nullable private ProfileInterceptorFlowDescriptor flowDescriptor
@Nullable private List<ProfileInterceptorResult> results
@Nullable private org.opensaml.storage.StorageService storageService
public WriteProfileInterceptorResultToStorage()
protected boolean doPreExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext, @Nonnull ProfileInterceptorContext interceptorContext)
doPreExecute in class AbstractProfileInterceptorActionprotected void doExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext, @Nonnull ProfileInterceptorContext interceptorContext)
doExecute in class AbstractProfileInterceptorActionprotected void store(@Nonnull ProfileInterceptorResult result) throws IOException
result - the profile interceptor result to be storedIOException - if an error occursCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.