Class PopulateOIDCSignatureSigningParameters
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- org.opensaml.profile.action.AbstractProfileAction
-
- org.opensaml.profile.action.AbstractConditionalProfileAction
-
- org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction<PopulateOIDCSignatureSigningParametersHandler>
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.PopulateOIDCSignatureSigningParameters
-
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,ProfileAction
public class PopulateOIDCSignatureSigningParameters extends AbstractHandlerDelegatingProfileAction<PopulateOIDCSignatureSigningParametersHandler>
Action that resolves and populatesSignatureSigningParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the outbound message context.- Event:
EventIds.PROCEED_EVENT_ID,EventIds.INVALID_MSG_CTX,EventIds.INVALID_SEC_CFGBased purely onPopulateSignatureSigningParameters.
-
-
Field Summary
Fields Modifier and Type Field Description private Function<ProfileRequestContext,List<SignatureSigningConfiguration>>configurationLookupStrategyStrategy used to look up a per-requestSignatureSigningConfigurationlist.private Function<ProfileRequestContext,SecurityParametersContext>existingParametersContextLookupStrategyStrategy used to look up an existingSecurityParametersContextto copy.private org.slf4j.LoggerlogClass logger.private Function<ProfileRequestContext,SAMLMetadataContext>metadataContextLookupStrategyStrategy used to look up a SAML metadata context.private booleannoResultIsErrorWhether failure to resolve parameters should be raised as an error.private Function<MessageContext,net.shibboleth.oidc.metadata.context.OIDCMetadataContext>oidcMetadataContextLookupStrategyStrategy used to look up a OIDC metadata context.private SignatureSigningParametersResolverresolverResolver for parameters to store into context.private Function<ProfileRequestContext,SecurityParametersContext>securityParametersContextLookupStrategyStrategy used to look up theSecurityParametersContextto set the parameters for.
-
Constructor Summary
Constructors Constructor Description PopulateOIDCSignatureSigningParameters(ContextDataLookupFunction<ProfileRequestContext,MessageContext> strategy)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoInitialize()protected booleandoPreExecute(ProfileRequestContext profileRequestContext)voidsetConfigurationLookupStrategy(Function<ProfileRequestContext,List<SignatureSigningConfiguration>> strategy)Set the strategy used to look up a per-requestSignatureSigningConfigurationlist.voidsetExistingParametersContextLookupStrategy(Function<ProfileRequestContext,SecurityParametersContext> strategy)Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.voidsetMetadataContextLookupStrategy(Function<ProfileRequestContext,SAMLMetadataContext> strategy)Set lookup strategy forSAMLMetadataContextfor input to resolution.voidsetNoResultIsError(boolean flag)Set whether a failure to resolve any parameters should be raised as an exception.voidsetOidcMetadataContextLookupStrategy(Function<MessageContext,net.shibboleth.oidc.metadata.context.OIDCMetadataContext> strategy)Set lookup strategy forOIDCMetadataContextfor input to resolution.voidsetSecurityParametersContextLookupStrategy(Function<ProfileRequestContext,SecurityParametersContext> strategy)Set the strategy used to look up theSecurityParametersContextto set the parameters for.voidsetSignatureSigningParametersResolver(SignatureSigningParametersResolver newResolver)Set the resolver to use for the parameters to store into the context.-
Methods inherited from class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
adapt, adapt, doDestroy, doExecute, getDelegate, setErrorEvent
-
Methods inherited from class org.opensaml.profile.action.AbstractConditionalProfileAction
getActivationCondition, setActivationCondition
-
Methods inherited from class org.opensaml.profile.action.AbstractProfileAction
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponse
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
-
-
-
Field Detail
-
log
@Nonnull private final org.slf4j.Logger log
Class logger.
-
securityParametersContextLookupStrategy
@Nullable private Function<ProfileRequestContext,SecurityParametersContext> securityParametersContextLookupStrategy
Strategy used to look up theSecurityParametersContextto set the parameters for.
-
existingParametersContextLookupStrategy
@Nullable private Function<ProfileRequestContext,SecurityParametersContext> existingParametersContextLookupStrategy
Strategy used to look up an existingSecurityParametersContextto copy.
-
configurationLookupStrategy
@NonnullAfterInit private Function<ProfileRequestContext,List<SignatureSigningConfiguration>> configurationLookupStrategy
Strategy used to look up a per-requestSignatureSigningConfigurationlist.
-
metadataContextLookupStrategy
@Nullable private Function<ProfileRequestContext,SAMLMetadataContext> metadataContextLookupStrategy
Strategy used to look up a SAML metadata context.
-
oidcMetadataContextLookupStrategy
@Nullable private Function<MessageContext,net.shibboleth.oidc.metadata.context.OIDCMetadataContext> oidcMetadataContextLookupStrategy
Strategy used to look up a OIDC metadata context.
-
resolver
@NonnullAfterInit private SignatureSigningParametersResolver resolver
Resolver for parameters to store into context.
-
noResultIsError
private boolean noResultIsError
Whether failure to resolve parameters should be raised as an error.
-
-
Constructor Detail
-
PopulateOIDCSignatureSigningParameters
public PopulateOIDCSignatureSigningParameters(@ParameterName(name="strategy") @Nonnull ContextDataLookupFunction<ProfileRequestContext,MessageContext> strategy)
Constructor.- Parameters:
strategy- lookup strategy for message context
-
-
Method Detail
-
setSecurityParametersContextLookupStrategy
public void setSecurityParametersContextLookupStrategy(@Nonnull Function<ProfileRequestContext,SecurityParametersContext> strategy)Set the strategy used to look up theSecurityParametersContextto set the parameters for.- Parameters:
strategy- lookup strategy
-
setExistingParametersContextLookupStrategy
public void setExistingParametersContextLookupStrategy(@Nullable Function<ProfileRequestContext,SecurityParametersContext> strategy)Set the strategy used to look up an existingSecurityParametersContextto copy instead of actually resolving the parameters to set.- Parameters:
strategy- lookup strategy
-
setMetadataContextLookupStrategy
public void setMetadataContextLookupStrategy(@Nullable Function<ProfileRequestContext,SAMLMetadataContext> strategy)Set lookup strategy forSAMLMetadataContextfor input to resolution.- Parameters:
strategy- lookup strategy
-
setOidcMetadataContextLookupStrategy
public void setOidcMetadataContextLookupStrategy(@Nullable Function<MessageContext,net.shibboleth.oidc.metadata.context.OIDCMetadataContext> strategy)Set lookup strategy forOIDCMetadataContextfor input to resolution.- Parameters:
strategy- lookup strategy- Since:
- 3.1.0
-
setConfigurationLookupStrategy
public void setConfigurationLookupStrategy(@Nonnull Function<ProfileRequestContext,List<SignatureSigningConfiguration>> strategy)Set the strategy used to look up a per-requestSignatureSigningConfigurationlist.- Parameters:
strategy- lookup strategy
-
setSignatureSigningParametersResolver
public void setSignatureSigningParametersResolver(@Nonnull SignatureSigningParametersResolver newResolver)Set the resolver to use for the parameters to store into the context.- Parameters:
newResolver- resolver to use
-
setNoResultIsError
public void setNoResultIsError(boolean flag)
Set whether a failure to resolve any parameters should be raised as an exception.Defaults to false.
- Parameters:
flag- flag to set- Since:
- 3.4.0
-
doInitialize
protected void doInitialize() throws ComponentInitializationException- Overrides:
doInitializein classAbstractInitializableComponent- Throws:
ComponentInitializationException
-
doPreExecute
protected boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext)- Overrides:
doPreExecutein classAbstractConditionalProfileAction
-
-