public class SAML1ArtifactBuilderFactory extends Object
コンストラクタと説明 |
---|
SAML1ArtifactBuilderFactory()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AbstractSAML1Artifact |
buildArtifact(byte[] artifact)
Convenience method for getting an artifact builder and parsing the given artifact with it.
|
AbstractSAML1Artifact |
buildArtifact(String base64Artifact)
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
|
SAML1ArtifactBuilder |
getArtifactBuilder(byte[] type)
Gets the artifact builder for the given type.
|
Map<String,SAML1ArtifactBuilder> |
getArtifactBuilders()
Gets the currently registered artifact builders.
|
public Map<String,SAML1ArtifactBuilder> getArtifactBuilders()
public SAML1ArtifactBuilder getArtifactBuilder(byte[] type)
type
- type of artifact to be builtpublic AbstractSAML1Artifact buildArtifact(String base64Artifact)
base64Artifact
- Base64 encoded artifact to parsepublic AbstractSAML1Artifact buildArtifact(byte[] artifact)
artifact
- artifact to parseCopyright © 2012. All Rights Reserved.