org.opensaml.artifact
Class SAMLArtifactType0002.Parser
java.lang.Object
org.opensaml.artifact.SAMLArtifactType0002.Parser
- All Implemented Interfaces:
- Artifact.Parser
- Enclosing class:
- SAMLArtifactType0002
- public static final class SAMLArtifactType0002.Parser
- extends Object
- implements Artifact.Parser
An implementation of Artifact.Parser
for type 0x0002 artifacts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLArtifactType0002.Parser
public SAMLArtifactType0002.Parser()
parse
public Artifact parse(String s)
throws ArtifactParseException
- Parse the given encoded string.
- Specified by:
parse
in interface Artifact.Parser
- Parameters:
s
- the encoded string
- Returns:
- an artifact that may be cast to type
SAMLArtifactType0002
- Throws:
ArtifactParseException
- if the length of the decoded string is
less than the minimum length, or the
type code is incorrect, or
the tail portion of the parsed string
is not a valid URI- See Also:
Base64
Copyright ? 2005 UCAID. All Rights Reserved.