public class PopulateInboundMessageContextWithSAMLSelf extends AbstractProfileAction
SAMLSelfEntityContext to the inbound MessageContext
The SAMLSelfEntityContext is populated based on the identity of the IdP, as derived by a lookup strategy.
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private com.google.common.base.Function<ProfileRequestContext,String> |
selfIdentityLookupStrategy
Strategy used to obtain the self identity value.
|
| Constructor and Description |
|---|
PopulateInboundMessageContextWithSAMLSelf()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext) |
void |
setSelfIdentityLookupStrategy(com.google.common.base.Function<ProfileRequestContext,String> strategy)
Set the strategy used to locate the self identity value to use.
|
doExecute, execute, getMessage, getMessage, getMessage, getProfileContextLookupStrategy, getRequestContext, getResult, setMessageSource, setProfileContextLookupStrategydoPreExecute, getActivationCondition, 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 com.google.common.base.Function<ProfileRequestContext,String> selfIdentityLookupStrategy
public PopulateInboundMessageContextWithSAMLSelf()
public void setSelfIdentityLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,String> strategy)
strategy - lookup strategyprotected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.