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 . |
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. |
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 © 2017. All rights reserved.