|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
public class SAML2ArtifactBuilderFactory
Factory used to construct SAML 2 artifact builders.
| Constructor Summary | |
|---|---|
SAML2ArtifactBuilderFactory()
Constructor. |
|
| Method Summary | |
|---|---|
AbstractSAML2Artifact |
buildArtifact(byte[] artifact)
convenience method for getting an artifact builder and parsing the given artifact with it. |
AbstractSAML2Artifact |
buildArtifact(java.lang.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. |
java.util.Map<java.lang.String,SAML2ArtifactBuilder> |
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 SAML2ArtifactBuilderFactory()
| Method Detail |
|---|
public java.util.Map<java.lang.String,SAML2ArtifactBuilder> getArtifactBuilders()
public SAML2ArtifactBuilder getArtifactBuilder(byte[] type)
type - type of artifact to be built
public AbstractSAML2Artifact buildArtifact(java.lang.String base64Artifact)
base64Artifact - Base64 encoded artifact to parse
public AbstractSAML2Artifact buildArtifact(byte[] artifact)
artifact - artifact to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||