パッケージ | 説明 |
---|---|
org.opensaml.saml2.binding.artifact |
Classes that may be used to create and manipulate SAML 2 artifacts.
|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact>
Builder of typed SAML 2 artifacts.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SAML2ArtifactType0004
SAML 2 Type 0x004 Artifact.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AbstractSAML2Artifact |
SAML2ArtifactBuilderFactory.buildArtifact(byte[] artifact)
convenience method for getting an artifact builder and parsing the given artifact with it.
|
AbstractSAML2Artifact |
SAML2ArtifactBuilderFactory.buildArtifact(String base64Artifact)
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected AbstractSAML2Artifact |
HTTPArtifactEncoder.buildArtifact(SAMLMessageContext artifactContext)
Builds the SAML 2 artifact for the outgoing message.
|
Copyright © 2012. All Rights Reserved.