Package | Description |
---|---|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPArtifactEncoder.getEncode(SAMLMessageContext artifactContext,
HTTPOutTransport outTransport)
Performs HTTP GET based encoding.
|
protected void |
HTTPArtifactEncoder.postEncode(SAMLMessageContext artifactContext,
HTTPOutTransport outTransport)
Performs HTTP POST based encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport . |
Modifier and Type | Method and Description |
---|---|
static void |
HTTPTransportUtils.addNoCacheHeaders(HTTPOutTransport transport)
Adds Cache-Control and Pragma headers meant to disable caching.
|
static void |
HTTPTransportUtils.setContentType(HTTPOutTransport transport,
String contentType)
Sets the MIME content type of the transport.
|
static void |
HTTPTransportUtils.setUTF8Encoding(HTTPOutTransport transport)
Sets the character encoding of the transport to UTF-8.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.