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