See: Description
| Class | Description |
|---|---|
| AbstractMessageChannelSecurity |
Abstract base class for profile actions which populate a
MessageChannelSecurityContext on a BaseContext,
where the latter is located using a lookup strategy. |
| CheckAccess |
This action validates that a request comes from an authorized client, based on an injected service
and policy parameters.
|
| DecodeMessage |
Action that decodes an incoming request into a
MessageContext. |
| EncodeMessage |
Action that encodes an outbound response from the outbound
MessageContext. |
| HttpServletRequestMessageChannelSecurity |
Profile action which populates a
MessageChannelSecurityContext based on a
HttpServletRequest. |
| LogEvent<Input,Output> |
A profile action that logs an event if one is found in the profile request context.
|
| PopulateClientTLSValidationParameters |
Action that resolves and populates
ClientTLSValidationParameters on a
ClientTLSSecurityParametersContext created/accessed via a lookup function,
by default on the inbound message context. |
| PopulateDecryptionParameters |
Action that resolves and populates
DecryptionParameters on a SecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context. |
| PopulateMetricContext |
An action that populates a
MetricContext child of the ProfileRequestContext with
a set of rules for activating timer measurements and counters on associated objects during the execution
of a profile request. |
| PopulateSignatureValidationParameters |
Action that resolves and populates
SignatureValidationParameters on a SecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context. |
| SetProfileId |
A profile action that sets the ID of the profile in use.
|
| StaticMessageChannelSecurity |
Profile action which populates a
MessageChannelSecurityContext based on static configuration flags. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.