Uses of Class
org.opensaml.messaging.encoder.MessageEncodingException
Packages that use MessageEncodingException
Package
Description
Interfaces and classes for encoding messages.
Interfaces and classes for encoding HTTP messages.
Interfaces and classes for encoding messages to a
HttpServletResponse.SAML 1.x message encoders.
SAML 2.0 message encoders.
SOAP 1.1 client message encoding support implementations.
SOAP over HTTP 1.1 message encoder and handlers.
-
Uses of MessageEncodingException in org.opensaml.messaging.encoder
Methods in org.opensaml.messaging.encoder that throw MessageEncodingExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractMessageEncoder.doEncode()Performs the encoding logic.voidAbstractMessageEncoder.encode()Encode theMessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink.voidMessageEncoder.encode()Encode theMessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink.voidAbstractMessageEncoder.prepareContext()This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.voidMessageEncoder.prepareContext()This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding. -
Uses of MessageEncodingException in org.opensaml.messaging.encoder.httpclient
Methods in org.opensaml.messaging.encoder.httpclient that throw MessageEncodingExceptionModifier and TypeMethodDescriptionvoidBaseHttpClientRequestXMLMessageEncoder.encode()Encode theMessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink.protected ElementBaseHttpClientRequestXMLMessageEncoder.marshallMessage(XMLObject message) Helper method that marshalls the given message. -
Uses of MessageEncodingException in org.opensaml.messaging.encoder.servlet
Methods in org.opensaml.messaging.encoder.servlet that throw MessageEncodingExceptionModifier and TypeMethodDescriptionvoidBaseHttpServletResponseXMLMessageEncoder.encode()Encode theMessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink.protected ElementBaseHttpServletResponseXMLMessageEncoder.marshallMessage(XMLObject message) Helper method that marshalls the given message. -
Uses of MessageEncodingException in org.opensaml.saml.saml1.binding.encoding.impl
Methods in org.opensaml.saml.saml1.binding.encoding.impl that throw MessageEncodingExceptionModifier and TypeMethodDescriptionprotected voidHTTPArtifactEncoder.doEncode()Performs the encoding logic.protected voidHTTPPostEncoder.doEncode()Performs the encoding logic.protected URIBaseSAML1MessageEncoder.getEndpointURL(MessageContext messageContext) Gets the response URL from the message context.protected voidHTTPPostEncoder.postEncode(MessageContext messageContext, String endpointURL) Base64 and POST encodes the outbound message and writes it to the outbound transport. -
Uses of MessageEncodingException in org.opensaml.saml.saml2.binding.encoding.impl
Methods in org.opensaml.saml.saml2.binding.encoding.impl that throw MessageEncodingExceptionModifier and TypeMethodDescriptionprotected SAML2ArtifactHTTPArtifactEncoder.buildArtifact(MessageContext messageContext) Builds the SAML 2 artifact for the outgoing message.protected StringHTTPPostSimpleSignEncoder.buildFormDataToSign(org.apache.velocity.VelocityContext velocityContext, MessageContext messageContext, String sigAlgURI) Build the form control data string over which the signature is computed.protected StringHTTPPostSimpleSignEncoder.buildKeyInfo(Credential signingCredential, KeyInfoGenerator kiGenerator) Build theKeyInfofrom the signing credential.protected StringHTTPRedirectDeflateEncoder.buildRedirectURL(MessageContext messageContext, String endpoint, String message) Builds the URL to redirect the client to.protected StringHTTPRedirectDeflateEncoder.deflateAndBase64Encode(SAMLObject message) DEFLATE (RFC1951) compresses the given SAML message.protected voidHTTPArtifactEncoder.doEncode()Performs the encoding logic.protected voidHTTPPostEncoder.doEncode()Performs the encoding logic.protected voidHTTPRedirectDeflateEncoder.doEncode()Performs the encoding logic.protected StringHTTPPostSimpleSignEncoder.generateSignature(Credential signingCredential, String algorithmURI, String formData) Generates the signature over the string of concatenated form control data as indicated by the SimpleSign spec.protected StringHTTPRedirectDeflateEncoder.generateSignature(Credential signingCredential, String algorithmURI, String queryString) Generates the signature over the query string.protected voidHTTPArtifactEncoder.getEncode()Performs HTTP GET based encoding.protected URIBaseSAML2MessageEncoder.getEndpointURL(MessageContext messageContext) Gets the response URL from the message context.protected StringHTTPPostSimpleSignEncoder.getSignatureAlgorithmURI(SignatureSigningParameters signingParameters) Gets the signature algorithm URI to use.protected StringHTTPRedirectDeflateEncoder.getSignatureAlgorithmURI(SignatureSigningParameters signingParameters) Gets the signature algorithm URI to use.protected voidHTTPPostEncoder.populateVelocityContext(org.apache.velocity.VelocityContext velocityContext, MessageContext messageContext, String endpointURL) Populate the Velocity context instance which will be used to render the POST body.protected voidHTTPPostSimpleSignEncoder.populateVelocityContext(org.apache.velocity.VelocityContext velocityContext, MessageContext messageContext, String endpointURL) Populate the Velocity context instance which will be used to render the POST body.protected voidHTTPArtifactEncoder.postEncode()Performs HTTP POST based encoding.protected voidHTTPPostEncoder.postEncode(MessageContext messageContext, String endpointURL) Base64 and POST encodes the outbound message and writes it to the outbound transport. -
Uses of MessageEncodingException in org.opensaml.soap.client.soap11.encoder.http.impl
Methods in org.opensaml.soap.client.soap11.encoder.http.impl that throw MessageEncodingExceptionModifier and TypeMethodDescriptionprotected org.apache.hc.core5.http.HttpEntityHttpClientRequestSOAP11Encoder.createRequestEntity(Envelope message, Charset charset) Create the request entity that makes up the POST message body.protected voidHttpClientRequestSOAP11Encoder.doEncode()Performs the encoding logic.voidHttpClientRequestSOAP11Encoder.prepareContext()This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.protected voidHttpClientRequestSOAP11Encoder.prepareHttpRequest()This implementation performs the following actions on the context'sClassicHttpRequest: -
Uses of MessageEncodingException in org.opensaml.soap.soap11.encoder.http.impl
Methods in org.opensaml.soap.soap11.encoder.http.impl that throw MessageEncodingExceptionModifier and TypeMethodDescriptionprotected voidHTTPSOAP11Encoder.doEncode()Performs the encoding logic.voidHTTPSOAP11Encoder.prepareContext()This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.protected HttpServletResponseHTTPSOAP11Encoder.prepareHttpServletResponse()This implementation performs the following actions on the context'sHttpServletResponse: