org.opensaml.saml1.binding.artifact
Class AbstractSAML1Artifact

java.lang.Object
  extended by org.opensaml.common.binding.artifact.AbstractSAMLArtifact
      extended by org.opensaml.saml1.binding.artifact.AbstractSAML1Artifact
Direct Known Subclasses:
SAML1ArtifactType0001, SAML1ArtifactType0002

public abstract class AbstractSAML1Artifact
extends AbstractSAMLArtifact

SAML 1 Artifact marker.


Constructor Summary
protected AbstractSAML1Artifact(byte[] typeCode)
          Constructor.
 
Method Summary
 
Methods inherited from class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
base64Encode, equals, getArtifactBytes, getRemainingArtifact, getTypeCode, hashCode, hexEncode, setTypeCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractSAML1Artifact

protected AbstractSAML1Artifact(byte[] typeCode)
Constructor.

Parameters:
typeCode - artifact type code


Copyright © 1999-2013. All Rights Reserved.