Class AbstractSAML1Artifact
java.lang.Object
org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
org.opensaml.saml.saml1.binding.artifact.AbstractSAML1Artifact
- All Implemented Interfaces:
SAMLArtifact,SAML1Artifact
- Direct Known Subclasses:
SAML1ArtifactType0001,SAML1ArtifactType0002
SAML 1 Artifact marker.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
base64Encode, equals, getArtifactBytes, getRemainingArtifact, getTypeCode, hashCode, hexEncode, setTypeCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opensaml.saml.common.binding.artifact.SAMLArtifact
getArtifactBytes, getTypeCode
-
Constructor Details
-
AbstractSAML1Artifact
protected AbstractSAML1Artifact(@Nonnull byte[] typeCode) Constructor.- Parameters:
typeCode- artifact type code
-