- 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.
- 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.
- 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.servlet.BaseHttpServletRequestXMLMessageDecoder
-
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.
- 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.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.
- 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.
- 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.
- setHandler(MessageHandler<MessageType>) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
-
Set the handler to invoke on the outbound error message.
- 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.
- 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
-
- setMessageContext(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.encoder.MessageEncoder
-
- 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.
- setParent(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
-
Set the context parent.
- setParserPool(ParserPool) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Sets the parser pool used to deserialize incoming messages.
- subcontexts - Variable in class org.opensaml.messaging.context.BaseContext
-
The subcontexts being managed.