Package | Description |
---|---|
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.common.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml2.binding.decoding |
Classes used to decode SAML 2 messages.
|
org.opensaml.saml2.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML 2 messages.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.ws.message.decoder |
Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport.
|
org.opensaml.ws.message.handler | |
org.opensaml.ws.soap.client.http | |
org.opensaml.ws.soap.soap11.decoder | |
org.opensaml.ws.soap.soap11.decoder.http | |
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.parse |
Classes for managing pools of DOM parsers (
DocumentBuilders ). |
org.opensaml.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
Constructor and Description |
---|
BasicSAMLArtifactMap(ParserPool parser,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Deprecated.
|
Constructor and Description |
---|
BaseSAMLMessageDecoder(ParserPool pool)
Constructor.
|
Constructor and Description |
---|
BaseSAML1MessageDecoder(ParserPool pool)
Constructor.
|
BaseSAML1MessageDecoder(SAMLArtifactMap map,
ParserPool pool)
Deprecated.
|
HTTPArtifactDecoder(SAMLArtifactMap map,
ParserPool pool)
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map,
ParserPool pool)
Deprecated.
|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
HTTPSOAP11Decoder(SAMLArtifactMap map,
ParserPool pool)
Deprecated.
|
Constructor and Description |
---|
BaseSAML2MessageDecoder(ParserPool pool)
Constructor.
|
HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
HTTPArtifactDecoder(ParserPool pool)
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
HTTPPostSimpleSignDecoder(ParserPool pool)
Constructor.
|
HTTPRedirectDeflateDecoder(ParserPool pool)
Constructor.
|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
Constructor and Description |
---|
SAML2HTTPPostSimpleSignRule(SignatureTrustEngine engine,
ParserPool parserPool,
KeyInfoCredentialResolver keyInfoCredResolver)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ParserPool |
AbstractMetadataProvider.getParserPool()
Gets the pool of parsers to use to parse XML.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMetadataProvider.setParserPool(ParserPool pool)
Sets the pool of parsers to use to parse XML.
|
Modifier and Type | Method and Description |
---|---|
protected ParserPool |
BaseMessageDecoder.getParserPool()
Gets the parser pool used to deserialize incomming messages.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMessageDecoder.setParserPool(ParserPool pool)
Sets the parser pool used to deserialize incomming messages.
|
Constructor and Description |
---|
BaseMessageDecoder(ParserPool pool)
Constructor.
|
Constructor and Description |
---|
BaseHandlerChainAwareMessageDecoder(ParserPool pool)
Constructor.
|
Constructor and Description |
---|
HttpSOAPClient(HttpClient client,
ParserPool parser)
Constructor.
|
Constructor and Description |
---|
SOAP11Decoder(ParserPool pool)
Constructor.
|
Constructor and Description |
---|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ParserPool |
Configuration.getParserPool()
Get the currently configured ParserPool instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.setParserPool(ParserPool newParserPool)
Set the currently configured ParserPool instance.
|
Modifier and Type | Method and Description |
---|---|
protected ParserPool |
Decrypter.buildParserPool()
Build the internal parser pool instance used to parse decrypted XML.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParserPool
A pool of JAXP 1.3
DocumentBuilder s. |
class |
StaticBasicParserPool
A pool of JAXP 1.3
DocumentBuilder s. |
Modifier and Type | Method and Description |
---|---|
protected ParserPool |
StaticBasicParserPool.DocumentBuilderProxy.getOwningPool()
Gets the pool that owns this parser.
|
protected ParserPool |
BasicParserPool.DocumentBuilderProxy.getOwningPool()
Gets the pool that owns this parser.
|
Modifier and Type | Method and Description |
---|---|
static XMLObject |
XMLObjectHelper.unmarshallFromInputStream(ParserPool parserPool,
InputStream inputStream)
Unmarshall a Document from an InputSteam.
|
static XMLObject |
XMLObjectHelper.unmarshallFromReader(ParserPool parserPool,
Reader reader)
Unmarshall a Document from a Reader.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.