public class WriteProfileInterceptorResultToStorage extends AbstractProfileInterceptorAction
ProfileInterceptorResult to a StorageService.| 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 StorageService |
storageService
Storage service.
|
| Constructor and Description |
|---|
WriteProfileInterceptorResultToStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext,
ProfileInterceptorContext interceptorContext) |
protected boolean |
doPreExecute(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 StorageService storageService
public WriteProfileInterceptorResultToStorage()
protected boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull ProfileInterceptorContext interceptorContext)
doPreExecute in class AbstractProfileInterceptorActionprotected void doExecute(@Nonnull 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–2018 Shibboleth Consortium. All rights reserved.