public class FilterByQueriedAttributeDesignators extends AbstractProfileAction
AttributeDesignator
objects in an AttributeQuery.EventIds.PROCEED_EVENT_ID| Modifier and Type | Field and Description |
|---|---|
private AttributeContext |
attributeContext
AttributeContext to filter.
|
private Function<org.opensaml.profile.context.ProfileRequestContext,AttributeContext> |
attributeContextLookupStrategy
Strategy used to locate the
AttributeContext to filter. |
private org.slf4j.Logger |
log
Class logger.
|
private SAML1AttributeDesignatorsMapperService |
mapperService
Service used to get the engine used to filter attributes.
|
private org.opensaml.saml.saml1.core.AttributeQuery |
query
Query to filter against.
|
private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.saml1.core.Request> |
requestLookupStrategy
Strategy used to locate the
Request containing the query to filter against. |
| Constructor and Description |
|---|
FilterByQueriedAttributeDesignators(SAML1AttributeDesignatorsMapperService mapper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) |
protected boolean |
doPreExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) |
void |
setAttributeContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate the
AttributeContext associated with a given
ProfileRequestContext. |
void |
setRequestLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.saml1.core.Request> strategy)
Set the strategy used to locate the
Request associated with a given ProfileRequestContext. |
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 final SAML1AttributeDesignatorsMapperService mapperService
@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.saml1.core.Request> requestLookupStrategy
Request containing the query to filter against.@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,AttributeContext> attributeContextLookupStrategy
AttributeContext to filter.@Nullable private org.opensaml.saml.saml1.core.AttributeQuery query
@Nullable private AttributeContext attributeContext
public FilterByQueriedAttributeDesignators(@Nonnull SAML1AttributeDesignatorsMapperService mapper)
mapper - mapper used to consume designatorspublic void setRequestLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.saml.saml1.core.Request> strategy)
Request associated with a given ProfileRequestContext.strategy - lookup strategypublic void setAttributeContextLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,AttributeContext> strategy)
AttributeContext associated with a given
ProfileRequestContext.strategy - lookup strategyprotected boolean doPreExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
doPreExecute in class org.opensaml.profile.action.AbstractConditionalProfileActionprotected void doExecute(@Nonnull org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
doExecute in class org.opensaml.profile.action.AbstractProfileActionCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.