|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
public class SAML1ArtifactBuilderFactory
Factory used to construct SAML 1 artifact builders.
Constructor Summary | |
---|---|
SAML1ArtifactBuilderFactory()
Constructor. |
Method Summary | |
---|---|
AbstractSAML1Artifact |
buildArtifact(byte[] artifact)
Convenience method for getting an artifact builder and parsing the given artifact with it. |
AbstractSAML1Artifact |
buildArtifact(java.lang.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. |
java.util.Map<java.lang.String,SAML1ArtifactBuilder> |
getArtifactBuilders()
Gets the currently registered artifact builders. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAML1ArtifactBuilderFactory()
Method Detail |
---|
public java.util.Map<java.lang.String,SAML1ArtifactBuilder> getArtifactBuilders()
public SAML1ArtifactBuilder getArtifactBuilder(byte[] type)
type
- type of artifact to be built
public AbstractSAML1Artifact buildArtifact(java.lang.String base64Artifact)
base64Artifact
- Base64 encoded artifact to parse
public AbstractSAML1Artifact buildArtifact(byte[] artifact)
artifact
- artifact to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |