org.opensaml.artifact
Class SAMLArtifactType0001.Parser

java.lang.Object
  extended byorg.opensaml.artifact.SAMLArtifactType0001.Parser
All Implemented Interfaces:
Artifact.Parser
Enclosing class:
SAMLArtifactType0001

public static final class SAMLArtifactType0001.Parser
extends Object
implements Artifact.Parser

An implementation of Artifact.Parser for type 0x0001 artifacts.


Constructor Summary
SAMLArtifactType0001.Parser()
           
 
Method Summary
 Artifact parse(String s)
          Parse the given encoded string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLArtifactType0001.Parser

public SAMLArtifactType0001.Parser()
Method Detail

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 SAMLArtifactType0001
Throws:
ArtifactParseException - if the length of the decoded string is not equal to the required length, or the type code is incorrect
See Also:
Base64


Copyright ? 2005 UCAID. All Rights Reserved.