public class MapRequestedAttributesInAttributeConsumingService extends AbstractProfileAction
| Modifier and Type | Field and Description |
|---|---|
private AttributeConsumingServiceContext |
acsContext
The context we use to get and put the
AttributeConsumingService. |
private com.google.common.base.Function<ProfileRequestContext,AttributeConsumingServiceContext> |
attributeConsumingServiceContextLookupStrategy
strategy to get the
AttributeConsumingServiceContext. |
private ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> |
attributeResolverService
The attribute resolver we use to map attributes.
|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
MapRequestedAttributesInAttributeConsumingService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext) |
protected boolean |
doPreExecute(ProfileRequestContext profileRequestContext) |
void |
setAttributeConsumingServiceContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,AttributeConsumingServiceContext> strategy)
Set the strategy to locate the
AttributeConsumingServiceContext from the ProfileRequestContext. |
void |
setResolverService(ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> resolverService)
Sets the service which does the attribute mapping.
|
doExecute, 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
@Nonnull private com.google.common.base.Function<ProfileRequestContext,AttributeConsumingServiceContext> attributeConsumingServiceContextLookupStrategy
AttributeConsumingServiceContext.@Nullable private ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> attributeResolverService
private AttributeConsumingServiceContext acsContext
AttributeConsumingService.public MapRequestedAttributesInAttributeConsumingService()
public void setAttributeConsumingServiceContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,AttributeConsumingServiceContext> strategy)
AttributeConsumingServiceContext from the ProfileRequestContext.strategy - lookup strategypublic void setResolverService(@Nonnull ReloadableService<net.shibboleth.idp.attribute.resolver.AttributeResolver> resolverService)
resolverService - the service for the attribute resolver we are to derive unmapping info fromprotected boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext)
doPreExecute in class AbstractConditionalProfileActionprotected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.