org.opensaml.artifact
Class SAMLArtifact.RemainingArtifact

java.lang.Object
  extended by org.opensaml.artifact.SAMLArtifact.RemainingArtifact
All Implemented Interfaces:
Artifact.RemainingArtifact, ByteSizedSequence
Direct Known Subclasses:
SAMLArtifactType0001.RemainingArtifact, SAMLArtifactType0002.RemainingArtifact
Enclosing class:
SAMLArtifact

public abstract static class SAMLArtifact.RemainingArtifact
extends Object
implements Artifact.RemainingArtifact

Subclasses of SAMLArtifact must extend this abstract class or implement Artifact.RemainingArtifact from scratch.


Constructor Summary
SAMLArtifact.RemainingArtifact()
           
 
Method Summary
 boolean equals(Object o)
          Compares this Artifact.RemainingArtifact object to the given object.
 String toString()
          Encode this Artifact.RemainingArtifact object using a simple hex encoding method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opensaml.artifact.ByteSizedSequence
getBytes, hashCode, size
 

Constructor Detail

SAMLArtifact.RemainingArtifact

public SAMLArtifact.RemainingArtifact()
Method Detail

toString

public String toString()
Encode this Artifact.RemainingArtifact object using a simple hex encoding method.

Specified by:
toString in interface ByteSizedSequence
Overrides:
toString in class Object
Returns:
the encoded remainingArtifact
See Also:
Hex

equals

public boolean equals(Object o)
Compares this Artifact.RemainingArtifact object to the given object. If the latter is not an instance of Artifact.RemainingArtifact, the method immediately returns false.

Specified by:
equals in interface ByteSizedSequence
Overrides:
equals in class Object
Returns:
true if and only if the given object is equivalent to this Artifact.RemainingArtifact object


Copyright ? 2005 UCAID. All Rights Reserved.