Input - input message typeOutput - output message typepublic class LogEvent<Input,Output> extends AbstractProfileAction<Input,Output>
EventIds.PROCEED_EVENT_ID| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,EventContext> |
eventContextLookupStrategy
Strategy function for access to
EventContext to check. |
private org.slf4j.Logger |
log
Class logger.
|
private Set<String> |
suppressedEvents
Set of events to ignore for logging purposes.
|
| Constructor and Description |
|---|
LogEvent()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext<Input,Output> profileRequestContext) |
void |
setEventContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
Set lookup strategy for
EventContext to check. |
void |
setSuppressedEvents(Collection<String> events)
Set a collection of events to ignore for logging purposes.
|
doPostExecute, doPostExecute, doPreExecute, 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
@Nonnull private com.google.common.base.Function<ProfileRequestContext,EventContext> eventContextLookupStrategy
EventContext to check.public void setEventContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,EventContext> strategy)
EventContext to check.strategy - lookup strategypublic void setSuppressedEvents(@Nullable@NotEmpty Collection<String> events)
events - events to ignoreprotected void doExecute(@Nonnull ProfileRequestContext<Input,Output> profileRequestContext)
doExecute in class AbstractProfileAction<Input,Output>Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.