パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.config | |
edu.internet2.middleware.shibboleth.common.profile.provider | |
edu.internet2.middleware.shibboleth.idp.profile | |
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.parse |
Classes for managing pools of DOM parsers ( DocumentBuilders ).
|
org.opensaml.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ParserPool |
OpensamlConfigBean.getParserPool()
Get the global ParserPool to configure.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
OpensamlConfigBean.setParserPool(ParserPool newParserPool)
Set the global ParserPool to configure.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ParserPool |
AbstractShibbolethProfileHandler.getParserPool()
Gets the pool of XML parsers.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractShibbolethProfileHandler.setParserPool(ParserPool pool)
Sets the pool of XML parsers.
|
コンストラクタと説明 |
---|
SAMLMetadataProfileHandler(String metadataFile,
ParserPool pool)
Constructor.
|
コンストラクタと説明 |
---|
BasicSAMLArtifactMap(ParserPool parser,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
推奨されていません。
|
コンストラクタと説明 |
---|
BaseSAMLMessageDecoder(ParserPool pool)
Constructor.
|
コンストラクタと説明 |
---|
BaseSAML1MessageDecoder(ParserPool pool)
Constructor.
|
BaseSAML1MessageDecoder(SAMLArtifactMap map,
ParserPool pool)
推奨されていません。
|
HTTPArtifactDecoder(SAMLArtifactMap map,
ParserPool pool)
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map,
ParserPool pool)
推奨されていません。
|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
HTTPSOAP11Decoder(SAMLArtifactMap map,
ParserPool pool)
推奨されていません。
|
コンストラクタと説明 |
---|
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.
|
コンストラクタと説明 |
---|
SAML2HTTPPostSimpleSignRule(SignatureTrustEngine engine,
ParserPool parserPool,
KeyInfoCredentialResolver keyInfoCredResolver)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ParserPool |
AbstractMetadataProvider.getParserPool()
Gets the pool of parsers to use to parse XML.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractMetadataProvider.setParserPool(ParserPool pool)
Sets the pool of parsers to use to parse XML.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected ParserPool |
BaseMessageDecoder.getParserPool()
Gets the parser pool used to deserialize incomming messages.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
BaseMessageDecoder.setParserPool(ParserPool pool)
Sets the parser pool used to deserialize incomming messages.
|
コンストラクタと説明 |
---|
BaseMessageDecoder(ParserPool pool)
Constructor.
|
コンストラクタと説明 |
---|
BaseHandlerChainAwareMessageDecoder(ParserPool pool)
Constructor.
|
コンストラクタと説明 |
---|
HttpSOAPClient(org.apache.commons.httpclient.HttpClient client,
ParserPool parser)
Constructor.
|
コンストラクタと説明 |
---|
SOAP11Decoder(ParserPool pool)
Constructor.
|
コンストラクタと説明 |
---|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static ParserPool |
Configuration.getParserPool()
Get the currently configured ParserPool instance.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
Configuration.setParserPool(ParserPool newParserPool)
Set the currently configured ParserPool instance.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicParserPool
A pool of JAXP 1.3
DocumentBuilder s. |
class |
StaticBasicParserPool
A pool of JAXP 1.3
DocumentBuilder s. |
修飾子とタイプ | メソッドと説明 |
---|---|
protected ParserPool |
BasicParserPool.DocumentBuilderProxy.getOwningPool()
Gets the pool that owns this parser.
|
protected ParserPool |
StaticBasicParserPool.DocumentBuilderProxy.getOwningPool()
Gets the pool that owns this parser.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.