public class PopulateDecryptionParameters extends AbstractConditionalProfileAction
DecryptionParameters on a SecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context.| Constructor and Description |
|---|
PopulateDecryptionParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext)
Performs this action.
|
protected void |
doInitialize() |
void |
setConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,List<DecryptionConfiguration>> strategy)
Set the strategy used to look up a per-request
DecryptionConfiguration list. |
void |
setDecryptionParametersResolver(DecryptionParametersResolver newResolver)
Set the resolver to use for the parameters to store into the context.
|
void |
setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
Set the strategy used to look up the
SecurityParametersContext to set the parameters for. |
doPreExecute, getActivationCondition, setActivationConditiondoPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, initialize, isDestroyed, isInitializedpublic void setSecurityParametersContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,SecurityParametersContext> strategy)
SecurityParametersContext to set the parameters for.strategy - lookup strategypublic void setConfigurationLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,List<DecryptionConfiguration>> strategy)
DecryptionConfiguration list.strategy - lookup strategypublic void setDecryptionParametersResolver(@Nonnull DecryptionParametersResolver newResolver)
newResolver - resolver to useprotected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponentnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionprotected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionprofileRequestContext - the current IdP profile request contextCopyright © 2021. All rights reserved.