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, setActivationCondition
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponse
destroy, doDestroy, initialize, isDestroyed, isInitialized
public 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.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.ComponentInitializationException
protected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute
in class AbstractProfileAction
profileRequestContext
- the current IdP profile request contextCopyright © 2018. All rights reserved.