Package org.opensaml.profile.action.impl
package org.opensaml.profile.action.impl
Implementations of general profile actions.
-
ClassesClassDescriptionAbstract base class for profile actions which populate a
MessageChannelSecurityContext
on aBaseContext
, where the latter is located using a lookup strategy.This action validates that a request comes from an authorized client, based on an injected service and policy parameters.Action that decodes an incoming request into aMessageContext
.Action that encodes an outbound response from the outboundMessageContext
.Profile action which populates aMessageChannelSecurityContext
based on aHttpServletRequest
.A profile action that logs an event if one is found in the profile request context.Action that resolves and populatesClientTLSValidationParameters
on aClientTLSSecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context.Action that resolves and populatesDecryptionParameters
on aSecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context.An action that populates aMetricContext
child of theProfileRequestContext
with a set of rules for activating timer measurements and counters on associated objects during the execution of a profile request.Action that resolves and populatesSignatureValidationParameters
on aSecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context.A profile action that sets the ID of the profile in use.Profile action which populates aMessageChannelSecurityContext
based on static configuration flags.