A B C D E G H I L M N O P R S T U W 

A

AbstractHttpClientRequestMessageEncoder<MessageType> - Class in org.opensaml.messaging.encoder.httpclient
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpClientRequestMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
 
AbstractHttpClientResponseMessageDecoder<MessageType> - Class in org.opensaml.messaging.decoder.httpclient
Abstract implementation of HttpClientResponseMessageDecoder.
AbstractHttpClientResponseMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
 
AbstractHttpServletMessageErrorHandler<MessageType> - Class in org.opensaml.messaging.error.servlet
Abstract implementation of HttpServletMessageErrorHandler.
AbstractHttpServletMessageErrorHandler() - Constructor for class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
 
AbstractHttpServletRequestMessageDecoder<MessageType> - Class in org.opensaml.messaging.decoder.servlet
Abstract implementation of HttpServletRequestMessageDecoder.
AbstractHttpServletRequestMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
 
AbstractHttpServletResponseMessageEncoder<MessageType> - Class in org.opensaml.messaging.encoder.servlet
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpServletResponseMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
 
AbstractMessageDecoder<MessageType> - Class in org.opensaml.messaging.decoder
Abstract message decoder.
AbstractMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.AbstractMessageDecoder
 
AbstractMessageEncoder<MessageType> - Class in org.opensaml.messaging.encoder
Abstract message encoder.
AbstractMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.AbstractMessageEncoder
 
AbstractMessageHandler<MessageType> - Class in org.opensaml.messaging.handler
A base abstract implementation of MessageHandler.
AbstractMessageHandler() - Constructor for class org.opensaml.messaging.handler.AbstractMessageHandler
Constructor.
activationCondition - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
Condition dictating whether to run or not.
addSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Add a subcontext to the current context.
addSubcontext(BaseContext, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Add a subcontext to the current context.
apply(ParentContext) - Method in class org.opensaml.messaging.context.navigate.ChildContextLookup
apply(MessageContext) - Method in class org.opensaml.messaging.context.navigate.MessageLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.ParentContextLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.RootContextLookup
apply(InOutOperationContext<?, ?>) - Method in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
autocreate - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
Whether the child context should be created if it doesn't exist.
autoCreateSubcontexts - Variable in class org.opensaml.messaging.context.BaseContext
Flag indicating whether subcontexts should, by default, be created if they do not exist.

B

BaseContext - Class in org.opensaml.messaging.context
Base implementation of a component which represents the context used to store state used for purposes related to messaging.
BaseContext() - Constructor for class org.opensaml.messaging.context.BaseContext
Constructor.
BaseContext.ContextSetNoRemoveIteratorDecorator - Class in org.opensaml.messaging.context
Iterator decorator which disallows the remove() operation on the iterator.
BaseContext.ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext>) - Constructor for class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor.
BaseHttpClientRequestXMLMessageEncoder<MessageType extends XMLObject> - Class in org.opensaml.messaging.encoder.httpclient
Base class for message encoders which encode XML messages to HttpRequest.
BaseHttpClientRequestXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
 
BaseHttpClientResponseXMLMessageDecoder<MessageType extends XMLObject> - Class in org.opensaml.messaging.decoder.httpclient
Base class for message decoders which decode XML messages from an HttpResponse.
BaseHttpClientResponseXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Constructor.
BaseHttpServletRequestXMLMessageDecoder<MessageType extends XMLObject> - Class in org.opensaml.messaging.decoder.servlet
Base class for message decoders which decode XML messages from an HttpServletRequest.
BaseHttpServletRequestXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Constructor.
BaseHttpServletResponseXMLMessageEncoder<MessageType extends XMLObject> - Class in org.opensaml.messaging.encoder.servlet
Base class for message encoders which encode XML messages to HttpServletResponse.
BaseHttpServletResponseXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
 
BasicHttpClientMessagePipeline<InboundMessageType,OutboundMessageType> - Class in org.opensaml.messaging.pipeline.httpclient
Basic implementation of HttpClientMessagePipeline.
BasicHttpClientMessagePipeline(MessageEncoder<OutboundMessageType>, MessageDecoder<InboundMessageType>) - Constructor for class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Constructor.
BasicHttpServletMessagePipeline<InboundMessageType,OutboundMessageType> - Class in org.opensaml.messaging.pipeline.servlet
Basic implementation of HttpServletMessagePipeline.
BasicHttpServletMessagePipeline(MessageEncoder<OutboundMessageType>, MessageDecoder<InboundMessageType>) - Constructor for class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Constructor.
BasicMessagePipeline<InboundMessageType,OutboundMessageType> - Class in org.opensaml.messaging.pipeline
Basic implementation of MessagePipeline.
BasicMessagePipeline(MessageEncoder<OutboundMessageType>, MessageDecoder<InboundMessageType>) - Constructor for class org.opensaml.messaging.pipeline.BasicMessagePipeline
Constructor.

C

ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the child context of a given parent context.
ChildContextLookup(Class<ChildContext>) - Constructor for class org.opensaml.messaging.context.navigate.ChildContextLookup
Constructor.
ChildContextLookup(Class<ChildContext>, boolean) - Constructor for class org.opensaml.messaging.context.navigate.ChildContextLookup
Constructor.
childType - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
Child context type to look up.
clearSubcontexts() - Method in class org.opensaml.messaging.context.BaseContext
Clear the subcontexts of the current context.
confidentialityActive - Variable in class org.opensaml.messaging.context.MessageChannelSecurityContext
Message channel confidentiality flag.
containsSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Return whether the current context currently contains an instance of the specified subcontext class.
ContextDataLookupFunction<F extends BaseContext,T> - Interface in org.opensaml.messaging.context.navigate
A Function that is used to navigate a BaseContext tree and extract data from it.
createSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Create an instance of the specified subcontext class.

D

decode() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in interface org.opensaml.messaging.decoder.MessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decoder - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Message decoder.
doDecode() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Performs the decoding logic.
doDestroy() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
doDestroy() - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
doDestroy() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
doEncode() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Performs the encoding logic.
doInitialize() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
doInitialize() - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
doInitialize() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Performs the handler logic.
doPostInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called after execution, handlers may override this method to perform post-processing for a request.
doPostInvoke(MessageContext<MessageType>, Exception) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called after execution, handlers may override this method to perform post-processing for a request.
doPreInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.

E

encode() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
encode() - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
encode() - Method in interface org.opensaml.messaging.encoder.MessageEncoder
encode() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
encoder - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Message encoder.
evaluate(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.context.MessageContextEvaluatingFunctor
Using the specified MessageContext as the evaluation context, produce a data value product of the appropriate type.

G

getActivationCondition() - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Get activation condition indicating whether the handler should be invoked.
getDecoder() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Get the message decoder instance.
getDecoder() - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Get the message decoder instance.
getDecoder() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipeline
Get the message decoder instance.
getDecoder() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
Get the message decoder instance.
getDecoder() - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Get the message decoder instance.
getDecoder() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipeline
Get the message decoder instance.
getEncoder() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Get the message encoder instance.
getEncoder() - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Get the message encoder instance.
getEncoder() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipeline
Get the message encoder instance.
getEncoder() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
Get the message encoder instance.
getEncoder() - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Get the message encoder instance.
getEncoder() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipeline
Get the message encoder instance.
getHandler() - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Get the handler to invoke on the outbound error message.
getHandlers() - Method in interface org.opensaml.messaging.handler.MessageHandlerChain
Get the ordered list of message handlers which comprise the handler chain.
getHttpClientContext() - Method in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
Get the HttpClientContext instance.
getHttpRequest() - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
Get the HTTP client request on which to operate.
getHttpRequest() - Method in interface org.opensaml.messaging.encoder.httpclient.HttpClientRequestMessageEncoder
Get the HTTP client request on which to operate.
getHttpResponse() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
Get the HTTP client response on which to operate.
getHttpResponse() - Method in interface org.opensaml.messaging.decoder.httpclient.HttpClientResponseMessageDecoder
Get the HTTP client response on which to operate.
getHttpServletRequest() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Get the HTTP servlet request on which to operate.
getHttpServletRequest() - Method in interface org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder
Get the HTTP servlet request on which to operate.
getHttpServletRequest() - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Get the HTTP servlet request.
getHttpServletRequest() - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Get the HTTP servlet request.
getHttpServletResponse() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
Get the HTTP servlet response on which to operate.
getHttpServletResponse() - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
Get the HTTP servlet response on which to operate.
getHttpServletResponse() - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Get the HTTP servlet response.
getHttpServletResponse() - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Get the HTTP servlet response.
getInboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
The inbound message context instance.
getInboundMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Get the (optional) inbound message handler instance.
getInboundMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
Get the (optional) inbound message handler instance.
getLogPrefix() - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Return a prefix for logging messages for this component.
getMessage() - Method in class org.opensaml.messaging.context.MessageContext
Get the message represented by the message context.
getMessageContext() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Get the decoded message context.
getMessageContext() - Method in interface org.opensaml.messaging.decoder.MessageDecoder
Get the decoded message context.
getMessageContext() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Get the message context.
getMessageEncoder() - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Get the message encoder used to encode the outbound error message.
getMessageToLog() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Get the XMLObject which will be logged as the protocol message.
getOutboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
The outbound message context instance.
getOutboundPayloadMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Get the (optional) outbound payload message handler instance.
getOutboundPayloadMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
Get the (optional) outbound payload message handler instance.
getOutboundTransportMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Get the (optional) outbound transport message handler instance.
getOutboundTransportMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
Get the (optional) outbound transport message handler instance.
getParent() - Method in class org.opensaml.messaging.context.BaseContext
Get the parent context, if there is one.
getParserPool() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Gets the parser pool used to deserialize incoming messages.
getParserPool() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Gets the parser pool used to deserialize incoming messages.
getSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(Class<T>, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(String) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(String, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.

H

handleError(Throwable, MessageContext<MessageType>) - Method in interface org.opensaml.messaging.error.MessageErrorHandler
Handle a particular thrown error.
handlesError(Throwable) - Method in interface org.opensaml.messaging.error.TypedMessageErrorHandler
Indicates whether the message error handle is capable of handling the specified error.
hasNext() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
httpClientContext - Variable in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
The HttpClientContext instance.
HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.messaging.pipeline.httpclient
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
HttpClientMessagePipelineFactory<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.messaging.pipeline.httpclient
Factory for instances of HttpClientMessagePipeline.
HttpClientRequestContext - Class in org.opensaml.messaging.context.httpclient
A context impl holding data related to the execution of an HttpClient request.
HttpClientRequestContext() - Constructor for class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
 
HttpClientRequestMessageEncoder<MessageType> - Interface in org.opensaml.messaging.encoder.httpclient
A specialization of MessageEncoder that operates on a sink message data type of HttpRequest.
HttpClientResponseMessageDecoder<MessageType> - Interface in org.opensaml.messaging.decoder.httpclient
A specialization of MessageDecoder that operates on a source message data type of HttpResponse.
HttpServletMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error.servlet
A specialization of message error handler for HTTP servlet container environments.
HttpServletMessagePipeline<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.messaging.pipeline.servlet
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
HttpServletMessagePipelineFactory<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.messaging.pipeline.servlet
Factory for instances of HttpServletMessagePipeline.
HttpServletRequestMessageDecoder<MessageType> - Interface in org.opensaml.messaging.decoder.servlet
A specialization of MessageDecoder that operates on a source message data type of HttpServletRequest.
HttpServletResponseMessageEncoder<MessageType> - Interface in org.opensaml.messaging.encoder.servlet
A specialization of MessageEncoder that operates on a sink message data type of HttpServletResponse.

I

inboundContext - Variable in class org.opensaml.messaging.context.InOutOperationContext
The inbound message context.
inboundHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Inbound message handler.
InOutOperationContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.messaging.context
An operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.
InOutOperationContext() - Constructor for class org.opensaml.messaging.context.InOutOperationContext
Constructor.
InOutOperationContext(MessageContext<InboundMessageType>, MessageContext<OutboundMessageType>) - Constructor for class org.opensaml.messaging.context.InOutOperationContext
Constructor.
integrityActive - Variable in class org.opensaml.messaging.context.MessageChannelSecurityContext
Message channel integrity flag.
invoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Invoke the handler on the specified message context.
invoke(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.handler.MessageHandler
Invoke the handler on the specified message context.
isAutoCreateSubcontexts() - Method in class org.opensaml.messaging.context.BaseContext
Get whether the context auto-creates subcontexts by default.
isConfidentialityActive() - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Get whether message channel confidentiality is active.
isIntegrityActive() - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Get whether message channel integrity is active.
iterator() - Method in class org.opensaml.messaging.context.BaseContext

L

log - Variable in class org.opensaml.messaging.context.BaseContext
Logger.
log - Variable in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Class logger.
log - Variable in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Class logger.
log - Variable in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
Class logger.
log - Variable in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Class logger.
log - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
Logger.
logDecodedMessage() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Log the decoded message to the protocol message logger.
logDecodedMessage() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Log the decoded message to the protocol message logger.
logEncodedMessage() - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
Log the encoded message to the protocol message logger.
logEncodedMessage() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Log the encoded message to the protocol message logger.

M

marshallMessage(XMLObject) - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
Helper method that marshalls the given message.
marshallMessage(XMLObject) - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Helper method that marshalls the given message.
MessageChannelSecurityContext - Class in org.opensaml.messaging.context
A subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.
MessageChannelSecurityContext() - Constructor for class org.opensaml.messaging.context.MessageChannelSecurityContext
 
MessageContext<MessageType> - Class in org.opensaml.messaging.context
A context component which holds the state related to the processing of a single message.
MessageContext() - Constructor for class org.opensaml.messaging.context.MessageContext
 
messageContext - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Message context.
messageContext - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
The message context.
MessageContextEvaluatingFunctor<MessageType,T> - Interface in org.opensaml.messaging.context
An interface for components which evaluate a MessageContext as the basis for extracting, calculating, or otherwise producing a specific data value.
MessageContextMutatingFunctor<MessageType,T> - Interface in org.opensaml.messaging.context
An interface for components which mutate a MessageContext, or data contained therein, based on an input value of a particular type.
MessageDecoder<MessageType> - Interface in org.opensaml.messaging.decoder
Interface for component that decodes message data from a source into a MessageContext.
MessageDecodingException - Exception in org.opensaml.messaging.decoder
Exception thrown when a problem occurs decoding a message.
MessageDecodingException() - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String, Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageEncoder<MessageType> - Interface in org.opensaml.messaging.encoder
Interface for component that encodes message data from a MessageContext to a sink.
MessageEncodingException - Exception in org.opensaml.messaging.encoder
Exception thrown when a problem occurs encoding a message from to an output transport.
MessageEncodingException() - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String, Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
Component that handles message processing-related errors.
MessageException - Exception in org.opensaml.messaging
Base class for messaging-related checked exceptions.
MessageException() - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageHandler<MessageType> - Interface in org.opensaml.messaging.handler
A message handler represents some reusable logic that may be invoked on a message context.
MessageHandlerChain<MessageType> - Interface in org.opensaml.messaging.handler
A specialization of MessageHandler which represents an ordered list of message handlers which may be invoked in order.
MessageHandlerException - Exception in org.opensaml.messaging.handler
Base class for message handling-related exceptions.
MessageHandlerException() - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(String) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(String, Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageLookup<T> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that returns the message from a MessageContext.
MessageLookup(Class<T>) - Constructor for class org.opensaml.messaging.context.navigate.MessageLookup
Constructor.
MessagePipeline<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.messaging.pipeline
Interface representing the basic components of a message processing pipeline.
MessageRuntimeException - Exception in org.opensaml.messaging
Base class for messaging-related unchecked runtime exceptions.
MessageRuntimeException() - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(String) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
messageType - Variable in class org.opensaml.messaging.context.navigate.MessageLookup
Child context type to look up.
msg - Variable in class org.opensaml.messaging.context.MessageContext
The message represented.
mutate(MessageContext<MessageType>, T) - Method in interface org.opensaml.messaging.context.MessageContextMutatingFunctor
Mutate the specified message context based on the supplied input value.

N

newInstance() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory
Return a new instance of HttpClientMessagePipeline.
newInstance(String) - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory
Return a new instance of HttpClientMessagePipeline.
newInstance() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipelineFactory
Return a new instance of HttpServletMessagePipelineFactory.
newInstance(String) - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipelineFactory
Return a new instance of HttpServletMessagePipelineFactory.
next() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator

O

org.opensaml.messaging - package org.opensaml.messaging
General interfaces and classes related to message processing and bindings to transport protocols.
org.opensaml.messaging.context - package org.opensaml.messaging.context
Interfaces and classes for tracking message processing state.
org.opensaml.messaging.context.httpclient - package org.opensaml.messaging.context.httpclient
 
org.opensaml.messaging.context.navigate - package org.opensaml.messaging.context.navigate
A set of Functions used to navigate and lookup data from a tree of BaseContexts.
org.opensaml.messaging.decoder - package org.opensaml.messaging.decoder
Interfaces and classes for decoding messages.
org.opensaml.messaging.decoder.httpclient - package org.opensaml.messaging.decoder.httpclient
 
org.opensaml.messaging.decoder.servlet - package org.opensaml.messaging.decoder.servlet
Interfaces and classes for decoding messages that come from an HttpServletRequest.
org.opensaml.messaging.encoder - package org.opensaml.messaging.encoder
Interfaces and classes for encoding messages.
org.opensaml.messaging.encoder.httpclient - package org.opensaml.messaging.encoder.httpclient
 
org.opensaml.messaging.encoder.servlet - package org.opensaml.messaging.encoder.servlet
Interfaces and classes for encoding messages to a HttpServletResponse.
org.opensaml.messaging.error - package org.opensaml.messaging.error
Interfaces and classes for message-related error handling.
org.opensaml.messaging.error.servlet - package org.opensaml.messaging.error.servlet
Classes for message-related error handling in a servlet environment.
org.opensaml.messaging.handler - package org.opensaml.messaging.handler
Interfaces and classes for message context handlers.
org.opensaml.messaging.pipeline - package org.opensaml.messaging.pipeline
 
org.opensaml.messaging.pipeline.httpclient - package org.opensaml.messaging.pipeline.httpclient
 
org.opensaml.messaging.pipeline.servlet - package org.opensaml.messaging.pipeline.servlet
 
outboundContext - Variable in class org.opensaml.messaging.context.InOutOperationContext
The outbound message context.
outboundPayloadHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Outbound payload message handler.
outboundTransportHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Outbound transport message handler.

P

parent - Variable in class org.opensaml.messaging.context.BaseContext
The owning parent context.
parentClass - Variable in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
The target parent class.
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the parent of a given context.
ParentContextLookup() - Constructor for class org.opensaml.messaging.context.navigate.ParentContextLookup
 
parserPool - Variable in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Parser pool used to deserialize the message.
parserPool - Variable in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Parser pool used to deserialize the message.
PipelineMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
A specialization of error handler where the error is handled via use of a specified message handler and message encoder.
pipelineName - Variable in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
The static pipeline name.
prepareContext() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.
prepareContext() - Method in interface org.opensaml.messaging.encoder.MessageEncoder
This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.
protocolMessageLog - Variable in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Used to log protocol messages.
protocolMessageLog - Variable in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Used to log protocol messages.
protocolMessageLog - Variable in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
Used to log protocol messages.
protocolMessageLog - Variable in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Used to log protocol messages.

R

RecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that recurses up the parent chain of the input via BaseContext.getParent(), and returns the first parent context that is an instance of the specified type.
RecursiveTypedParentContextLookup(Class<ParentContext>) - Constructor for class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
Constructor.
remove() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
removeSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Remove a subcontext from the current context.
removeSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Remove the subcontext from the current context which corresponds to the supplied class.
request - Variable in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
The HTTP servlet request.
request - Variable in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
The HTTP client request.
request - Variable in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
The HTTP servlet request.
response - Variable in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
The HTTP client response.
response - Variable in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
The HTTP servlet response.
response - Variable in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
The HTTP servlet response.
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the root of context tree.
RootContextLookup() - Constructor for class org.opensaml.messaging.context.navigate.RootContextLookup
 

S

serialVersionUID - Static variable in exception org.opensaml.messaging.decoder.MessageDecodingException
Serial version UID.
serialVersionUID - Static variable in exception org.opensaml.messaging.encoder.MessageEncodingException
Serial version UID.
serialVersionUID - Static variable in exception org.opensaml.messaging.handler.MessageHandlerException
Serial version UID.
serialVersionUID - Static variable in exception org.opensaml.messaging.MessageException
Serial version UID.
serialVersionUID - Static variable in exception org.opensaml.messaging.MessageRuntimeException
Serial version UID.
setActivationCondition(Predicate<MessageContext>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Set activation condition indicating whether the handler should be invoked.
setAutoCreateSubcontexts(boolean) - Method in class org.opensaml.messaging.context.BaseContext
Set whether the context auto-creates subcontexts by default.
setConfidentialityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Set whether message channel confidentiality is active.
setDecoder(MessageDecoder<InboundMessageType>) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the message decoder instance.
setDecoder(MessageDecoder<InboundMessageType>) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Set the message decoder instance.
setDecoder(MessageDecoder<InboundMessageType>) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Set the message decoder instance.
setEncoder(MessageEncoder<OutboundMessageType>) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the message encoder instance.
setEncoder(MessageEncoder<OutboundMessageType>) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Set the message encoder instance.
setEncoder(MessageEncoder<OutboundMessageType>) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Set the message encoder instance.
setHandler(MessageHandler<MessageType>) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Set the handler to invoke on the outbound error message.
setHttpClientContext(HttpClientContext) - Method in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
Set the HttpClientContext instance.
setHttpRequest(HttpRequest) - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
Set the HTTP client request on which to operate.
setHttpRequest(HttpRequest) - Method in interface org.opensaml.messaging.encoder.httpclient.HttpClientRequestMessageEncoder
Set the HTTP client request on which to operate.
setHttpResponse(HttpResponse) - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
Set the HTTP client response on which to operate.
setHttpResponse(HttpResponse) - Method in interface org.opensaml.messaging.decoder.httpclient.HttpClientResponseMessageDecoder
Set the HTTP client response on which to operate.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Set the HTTP servlet request on which to operate.
setHttpServletRequest(HttpServletRequest) - Method in interface org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder
Set the HTTP servlet request on which to operate.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Set the HTTP servlet request.
setHttpServletRequest(HttpServletRequest) - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Set the HTTP servlet request.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
Set the HTTP servlet response on which to operate.
setHttpServletResponse(HttpServletResponse) - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
Set the HTTP servlet response on which to operate.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Set the HTTP servlet response.
setHttpServletResponse(HttpServletResponse) - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Set the HTTP servlet response.
setInboundHandler(MessageHandler<InboundMessageType>) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the inbound message handler.
setInboundMessageContext(MessageContext<InboundMessageType>) - Method in class org.opensaml.messaging.context.InOutOperationContext
Sets the inbound message context.
setIntegrityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Set whether message channel integrity is active.
setMessage(MessageType) - Method in class org.opensaml.messaging.context.MessageContext
Set the message represented by the message context.
setMessageContext(MessageContext<MessageType>) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Set the message context.
setMessageContext(MessageContext<MessageType>) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Set the MessageContext which is to be encoded.
setMessageContext(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.encoder.MessageEncoder
Set the MessageContext which is to be encoded.
setMessageEncoder(MessageEncoder<MessageType>) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Set the message encoder used to encode the outbound error message.
setOutboundMessageContext(MessageContext<OutboundMessageType>) - Method in class org.opensaml.messaging.context.InOutOperationContext
Sets the outbound message context.
setOutboundPayloadHandler(MessageHandler<OutboundMessageType>) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the outbound payload message handler.
setOutboundTransportHandler(MessageHandler<OutboundMessageType>) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the outbound transport message handler.
setParent(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Set the context parent.
setParserPool(ParserPool) - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Sets the parser pool used to deserialize incoming messages.
setParserPool(ParserPool) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Sets the parser pool used to deserialize incoming messages.
StaticPipelineNameStrategy - Class in org.opensaml.messaging.pipeline
Static strategy function for resolving a pipeline name.
StaticPipelineNameStrategy(String) - Constructor for class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
Constructor.
subcontexts - Variable in class org.opensaml.messaging.context.BaseContext
The subcontexts being managed.

T

TypedMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
A specialization of error handler that explicitly indicates that it is capable of handling one or more types of throwable errors.

U

unmarshallMessage(InputStream) - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Helper method that deserializes and unmarshalls the message from the given stream.
unmarshallMessage(InputStream) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Helper method that deserializes and unmarshalls the message from the given stream.

W

wrappedIterator - Variable in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
The decorated iterator.
A B C D E G H I L M N O P R S T U W 

Copyright © 1999–2015. All rights reserved.