A C D E G H I L M O P R S 

A

AbstractMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Abstract base class for profile actions which populate a MessageChannelSecurityContext on a BaseContext, where the latter is located using a lookup strategy.
AbstractMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Constructor.
allowedRanges - Variable in class org.opensaml.profile.action.impl.CheckClientAddress
List of CIDR blocks allowed to access this servlet.

C

CheckClientAddress - Class in org.opensaml.profile.action.impl
This action validates that a request comes from an authorized client, based on the client's address.
CheckClientAddress() - Constructor for class org.opensaml.profile.action.impl.CheckClientAddress
Constructor.
confidentialityActive - Variable in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Message channel confidentiality flag.
configurationLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Strategy used to lookup a per-request DecryptionConfiguration list.
configurationLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Strategy used to lookup a per-request SignatureValidationConfiguration list.

D

DecodeMessage - Class in org.opensaml.profile.action.impl
Action that decodes an incoming request into a MessageContext.
DecodeMessage(MessageDecoder) - Constructor for class org.opensaml.profile.action.impl.DecodeMessage
Constructor.
decoder - Variable in class org.opensaml.profile.action.impl.DecodeMessage
The MessageDecoder instance used to decode the incoming message.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.CheckClientAddress
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.DecodeMessage
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.EncodeMessage
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.SetProfileId
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
doInitialize() - Method in class org.opensaml.profile.action.impl.EncodeMessage
doInitialize() - Method in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
doInitialize() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
doInitialize() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.CheckClientAddress
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.EncodeMessage

E

EncodeMessage - Class in org.opensaml.profile.action.impl
Action that encodes an outbound response from the outbound MessageContext.
EncodeMessage() - Constructor for class org.opensaml.profile.action.impl.EncodeMessage
 
encoderFactory - Variable in class org.opensaml.profile.action.impl.EncodeMessage
The factory to use to obtain an encoder.

G

getParentContext() - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Get the parent context on which the MessageChannelSecurityContext will be populated.

H

HttpServletRequestMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Profile action which populates a MessageChannelSecurityContext based on a HttpServletRequest.
HttpServletRequestMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
 

I

integrityActive - Variable in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Message channel integrity flag.
isConfidentialityActive() - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Get whether message channel confidentiality is active.
isIntegrityActive() - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Get whether message channel integrity is active.

L

log - Variable in class org.opensaml.profile.action.impl.CheckClientAddress
Class logger.
log - Variable in class org.opensaml.profile.action.impl.DecodeMessage
Class logger.
log - Variable in class org.opensaml.profile.action.impl.EncodeMessage
Class logger.
log - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Class logger.
log - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Class logger.

M

messageHandler - Variable in class org.opensaml.profile.action.impl.EncodeMessage
An optional MessageHandler instance to be invoked after MessageEncoder.prepareContext() and prior to MessageEncoder.encode().
msgContext - Variable in class org.opensaml.profile.action.impl.EncodeMessage
The outbound MessageContext to encode.

O

org.opensaml.profile.action.impl - package org.opensaml.profile.action.impl
Implementations of general profile actions.

P

parentContext - Variable in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Parent for eventual context.
parentContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Strategy used to look up the parent BaseContext on which the MessageChannelSecurityContext will be populated.
PopulateDecryptionParameters - Class in org.opensaml.profile.action.impl
Action that resolves and populates DecryptionParameters on a SecurityParametersContext created/accessed via a lookup function, by default on the inbound message context.
PopulateDecryptionParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Constructor.
PopulateSignatureValidationParameters - Class in org.opensaml.profile.action.impl
Action that resolves and populates SignatureValidationParameters on a SecurityParametersContext created/accessed via a lookup function, by default on the inbound message context.
PopulateSignatureValidationParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Constructor.
profileId - Variable in class org.opensaml.profile.action.impl.SetProfileId
ID of the profile in use.

R

resolver - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Resolver for parameters to store into context.
resolver - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Resolver for parameters to store into context.

S

securityParametersContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Strategy used to look up the SecurityParametersContext to set the parameters for.
securityParametersContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Strategy used to look up the SecurityParametersContext to set the parameters for.
setAllowedRanges(Collection<IPRange>) - Method in class org.opensaml.profile.action.impl.CheckClientAddress
Set the CIDR address ranges to allow.
setConfidentialityActive(boolean) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Set whether message channel confidentiality is active.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<DecryptionConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the strategy used to look up a per-request DecryptionConfiguration list.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<SignatureValidationConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the strategy used to look up a per-request SignatureValidationConfiguration list.
setDecryptionParametersResolver(DecryptionParametersResolver) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the resolver to use for the parameters to store into the context.
setIntegrityActive(boolean) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Set whether message channel integrity is active.
setMessageEncoderFactory(MessageEncoderFactory) - Method in class org.opensaml.profile.action.impl.EncodeMessage
Set the encoder factory to use.
setMessageHandler(MessageHandler) - Method in class org.opensaml.profile.action.impl.EncodeMessage
The supplied MessageHandler will be invoked on the MessageContext after MessageEncoder.prepareContext(), and prior to invoking MessageEncoder.encode().
setParentContextLookupStrategy(Function<ProfileRequestContext, BaseContext>) - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Set the strategy used to look up the parent BaseContext on which the MessageChannelSecurityContext will be populated.
SetProfileId - Class in org.opensaml.profile.action.impl
A profile action that sets the ID of the profile in use.
SetProfileId(String) - Constructor for class org.opensaml.profile.action.impl.SetProfileId
Constructor.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSignatureValidationParametersResolver(SignatureValidationParametersResolver) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the resolver to use for the parameters to store into the context.
StaticMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Profile action which populates a MessageChannelSecurityContext based on static configuration flags.
StaticMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
 
A C D E G H I L M O P R S 

Copyright © 1999–2014. All rights reserved.