public class PopulateClientTLSValidationParameters extends AbstractProfileAction
ClientTLSValidationParameters
on a
ClientTLSSecurityParametersContext
created/accessed via a lookup function,
by default on the inbound message context.Constructor and Description |
---|
PopulateClientTLSValidationParameters()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext)
Performs this action.
|
protected void |
doInitialize() |
void |
setClientTLSValidationParametersResolver(ClientTLSValidationParametersResolver newResolver)
Set the resolver to use for the parameters to store into the context.
|
void |
setConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,List<ClientTLSValidationConfiguration>> strategy)
Set the strategy used to look up a per-request
ClientTLSValidationConfiguration list. |
void |
setSecurityParametersContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,ClientTLSSecurityParametersContext> strategy)
Set the strategy used to look up the
ClientTLSSecurityParametersContext to set the parameters for. |
doPostExecute, doPostExecute, doPreExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponse
destroy, doDestroy, initialize, isDestroyed, isInitialized
public PopulateClientTLSValidationParameters()
public void setSecurityParametersContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,ClientTLSSecurityParametersContext> strategy)
ClientTLSSecurityParametersContext
to set the parameters for.strategy
- lookup strategypublic void setConfigurationLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,List<ClientTLSValidationConfiguration>> strategy)
ClientTLSValidationConfiguration
list.strategy
- lookup strategypublic void setClientTLSValidationParametersResolver(@Nonnull ClientTLSValidationParametersResolver 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.