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

A

AbstractHttpClientRequestMessageEncoder - Class in org.opensaml.messaging.encoder.httpclient
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpClientRequestMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
 
AbstractHttpClientResponseMessageDecoder - Class in org.opensaml.messaging.decoder.httpclient
Abstract implementation of HttpClientResponseMessageDecoder.
AbstractHttpClientResponseMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
 
AbstractHttpServletMessageErrorHandler - Class in org.opensaml.messaging.error.servlet
Abstract implementation of HttpServletMessageErrorHandler.
AbstractHttpServletMessageErrorHandler() - Constructor for class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
 
AbstractHttpServletRequestMessageDecoder - Class in org.opensaml.messaging.decoder.servlet
Abstract implementation of HttpServletRequestMessageDecoder.
AbstractHttpServletRequestMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
 
AbstractHttpServletResponseMessageEncoder - Class in org.opensaml.messaging.encoder.servlet
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpServletResponseMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
 
AbstractMessageDecoder - Class in org.opensaml.messaging.decoder
Abstract message decoder.
AbstractMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.AbstractMessageDecoder
 
AbstractMessageEncoder - Class in org.opensaml.messaging.encoder
Abstract message encoder.
AbstractMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.AbstractMessageEncoder
 
AbstractMessageHandler - 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(BaseContext) - Method in class org.opensaml.messaging.context.navigate.MessageContextLookup
apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.RootContextLookup
apply(InOutOperationContext) - Method in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
apply(MessageContext) - Method in class org.opensaml.messaging.context.navigate.MessageLookup
apply(ParentContext) - Method in class org.opensaml.messaging.context.navigate.ChildContextLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.ParentContextLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
autocreate - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
Whether the child context should be created if it doesn't 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.
BaseHttpClientRequestXMLMessageEncoder - 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 - 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 - 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 - 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 - Class in org.opensaml.messaging.pipeline.httpclient
Basic implementation of HttpClientMessagePipeline.
BasicHttpClientMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Constructor.
BasicHttpServletMessagePipeline - Class in org.opensaml.messaging.pipeline.servlet
Basic implementation of HttpServletMessagePipeline.
BasicHttpServletMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Constructor.
BasicMessagePipeline - Class in org.opensaml.messaging.pipeline
Basic implementation of MessagePipeline.
BasicMessagePipeline(MessageEncoder, MessageDecoder) - 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.
claz - Variable in class org.opensaml.messaging.context.navigate.RootContextLookup
Class type being returned.
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.
ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext>) - Constructor for class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor.
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.
dir - Variable in class org.opensaml.messaging.context.navigate.MessageContextLookup
The message context to evaluate as the entityContext parent.
Direction() - Constructor for enum org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
 
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) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Performs the handler logic.
doPostInvoke(MessageContext) - 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, 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) - 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.

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.
getMap() - Method in class org.opensaml.messaging.context.ScratchContext
Get the map of scratch data.
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) - 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 - Interface in org.opensaml.messaging.pipeline.httpclient
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
HttpClientMessagePipelineFactory - 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 - Interface in org.opensaml.messaging.encoder.httpclient
A specialization of MessageEncoder that operates on a sink message data type of HttpRequest.
HttpClientResponseMessageDecoder - Interface in org.opensaml.messaging.decoder.httpclient
A specialization of MessageDecoder that operates on a source message data type of HttpResponse.
HttpServletMessageErrorHandler - Interface in org.opensaml.messaging.error.servlet
A specialization of message error handler for HTTP servlet container environments.
HttpServletMessagePipeline - Interface in org.opensaml.messaging.pipeline.servlet
Specialization of MessagePipeline which narrows the type of allowed encoders and decoders.
HttpServletMessagePipelineFactory - Interface in org.opensaml.messaging.pipeline.servlet
Factory for instances of HttpServletMessagePipeline.
HttpServletRequestMessageDecoder - Interface in org.opensaml.messaging.decoder.servlet
A specialization of MessageDecoder that operates on a source message data type of HttpServletRequest.
HttpServletResponseMessageEncoder - Interface in org.opensaml.messaging.encoder.servlet
A specialization of MessageEncoder that operates on a sink message data type of HttpServletResponse.

I

INBOUND - org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
Indicates to use the inbound message context, obtained via InOutOperationContext.getInboundMessageContext().
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 - 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, MessageContext) - Constructor for class org.opensaml.messaging.context.InOutOperationContext
Constructor.
integrityActive - Variable in class org.opensaml.messaging.context.MessageChannelSecurityContext
Message channel integrity flag.
invoke(MessageContext) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Invoke the handler on the specified message context.
invoke(MessageContext) - Method in interface org.opensaml.messaging.handler.MessageHandler
Invoke the handler on the specified message context.
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

map - Variable in class org.opensaml.messaging.context.ScratchContext
Map of scratch data.
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 - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Message context.
messageContext - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
The message context.
MessageContext - 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
 
MessageContextLookup<StartContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A lookup function for resolving either the inbound or outbound MessageContext relative to a particular BaseContext.
MessageContextLookup(MessageContextLookup.Direction) - Constructor for class org.opensaml.messaging.context.navigate.MessageContextLookup
Constructor.
MessageContextLookup(MessageContextLookup.Direction, Function<BaseContext, InOutOperationContext>) - Constructor for class org.opensaml.messaging.context.navigate.MessageContextLookup
Constructor.
MessageContextLookup.Direction - Enum in org.opensaml.messaging.context.navigate
Used to indicate the target message context.
MessageDecoder - 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(Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String, Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageEncoder - 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(Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String, Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageErrorHandler - 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(Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageHandler - Interface in org.opensaml.messaging.handler
A message handler represents some reusable logic that may be invoked on a message context.
MessageHandlerChain - 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(Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(String) - 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 - 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(Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(String) - 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.

N

newInstance() - 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.httpclient.HttpClientMessagePipelineFactory
Return a new instance of HttpClientMessagePipeline.
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
NoConfidentialityMessageChannelPredicate - Class in org.opensaml.messaging.logic
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.
NoConfidentialityMessageChannelPredicate() - Constructor for class org.opensaml.messaging.logic.NoConfidentialityMessageChannelPredicate
 
NoIntegrityMessageChannelPredicate - Class in org.opensaml.messaging.logic
A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.
NoIntegrityMessageChannelPredicate() - Constructor for class org.opensaml.messaging.logic.NoIntegrityMessageChannelPredicate
 

O

opContextLookup - Variable in class org.opensaml.messaging.context.navigate.MessageContextLookup
The operation context lookup.
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
Interfaces and classes for tracking HTTP message processing state.
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
Interfaces and classes for decoding HTTP messages.
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
Interfaces and classes for encoding HTTP messages.
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.logic - package org.opensaml.messaging.logic
Interfaces and classes for messaging logic.
org.opensaml.messaging.pipeline - package org.opensaml.messaging.pipeline
Interfaces and classes for message processing pipelines.
org.opensaml.messaging.pipeline.httpclient - package org.opensaml.messaging.pipeline.httpclient
Interfaces and classes for HTTP message processing pipelines.
org.opensaml.messaging.pipeline.servlet - package org.opensaml.messaging.pipeline.servlet
Interfaces and classes for HTTP Servlet message processing pipelines.
OUTBOUND - org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
Indicates to use the outbound message context, obtained via InOutOperationContext.getOutboundMessageContext().
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(Class<ParentContext>) - Constructor for class org.opensaml.messaging.context.navigate.ParentContextLookup
Constructor.
parentType - Variable in class org.opensaml.messaging.context.navigate.ParentContextLookup
Parent type.
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 - 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(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Remove the subcontext from the current context which corresponds to the supplied class.
removeSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Remove a subcontext from the current context.
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
Constructor.
RootContextLookup(Class<RootContext>) - Constructor for class org.opensaml.messaging.context.navigate.RootContextLookup
Constructor.

S

ScratchContext - Class in org.opensaml.messaging.context
A context subclass for holding arbitrary data in a map.
ScratchContext() - Constructor for class org.opensaml.messaging.context.ScratchContext
Constructor.
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.
setConfidentialityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Set whether message channel confidentiality is active.
setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the message decoder instance.
setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Set the message decoder instance.
setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Set the message decoder instance.
setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the message encoder instance.
setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Set the message encoder instance.
setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Set the message encoder instance.
setHandler(MessageHandler) - 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) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the inbound message handler.
setInboundMessageContext(MessageContext) - 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(Object) - Method in class org.opensaml.messaging.context.MessageContext
Set the message represented by the message context.
setMessageContext(MessageContext) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Set the message context.
setMessageContext(MessageContext) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Set the MessageContext which is to be encoded.
setMessageContext(MessageContext) - Method in interface org.opensaml.messaging.encoder.MessageEncoder
Set the MessageContext which is to be encoded.
setMessageEncoder(MessageEncoder) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Set the message encoder used to encode the outbound error message.
setOutboundMessageContext(MessageContext) - Method in class org.opensaml.messaging.context.InOutOperationContext
Sets the outbound message context.
setOutboundPayloadHandler(MessageHandler) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
Set the outbound payload message handler.
setOutboundTransportHandler(MessageHandler) - 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

test(MessageContext) - Method in class org.opensaml.messaging.logic.NoConfidentialityMessageChannelPredicate
test(MessageContext) - Method in class org.opensaml.messaging.logic.NoIntegrityMessageChannelPredicate
TypedMessageErrorHandler - 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.

V

validateHttpRequest(HttpServletRequest) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Perform optional validation of the inbound HttpServletRequest.
valueOf(String) - Static method in enum org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
Returns an array containing the constants of this enum type, in the order they are declared.

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 V W 
All Classes All Packages