Package | Description |
---|---|
org.opensaml.messaging.context |
Interfaces and classes for tracking message processing state.
|
org.opensaml.messaging.decoder |
Interfaces and classes for decoding messages.
|
org.opensaml.messaging.encoder |
Interfaces and classes for encoding messages.
|
org.opensaml.messaging.handler |
Interfaces and classes for message context handlers.
|
org.opensaml.saml.common.binding |
Classes related to SAML binding operations.
|
Modifier and Type | Method and Description |
---|---|
T |
MessageContextEvaluatingFunctor.evaluate(MessageContext<MessageType> msgContext)
Using the specified MessageContext as the evaluation context,
produce a data value product of the appropriate type.
|
void |
MessageContextMutatingFunctor.mutate(MessageContext<MessageType> msgContext,
T input)
Mutate the specified message context based on the supplied input value.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDecodingException
Exception thrown when a problem occurs decoding a message.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageEncodingException
Exception thrown when a problem occurs encoding a message from to an output transport.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHandlerException
Base class for message handling-related exceptions.
|
Modifier and Type | Method and Description |
---|---|
static String |
SAMLBindingSupport.getActualReceiverEndpointURI(MessageContext<SAMLObject> messageContext,
javax.servlet.http.HttpServletRequest request)
Extract the transport endpoint URI at which this message was received.
|
static String |
SAMLBindingSupport.getIntendedDestinationEndpointURI(MessageContext<SAMLObject> messageContext)
Extract the message information which indicates to what receiver endpoint URI the
SAML message was intended to be delivered.
|
Copyright © 2017. All rights reserved.