X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2Artifact.cpp;h=5b9cd207ac45b0c04949f84a94c2fa349618a17a;hp=32ca3d5f19c26183e881744e97a0ea115415ead5;hb=d8a4f024b89272eae00618fc39e6127b6c191edd;hpb=9f10292e987cc822929bb83f9462e21874b9863a diff --git a/saml/saml2/binding/impl/SAML2Artifact.cpp b/saml/saml2/binding/impl/SAML2Artifact.cpp index 32ca3d5..5b9cd20 100644 --- a/saml/saml2/binding/impl/SAML2Artifact.cpp +++ b/saml/saml2/binding/impl/SAML2Artifact.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * SAML2Artifact.cpp * - * Base class for SAML 2.0 artifacts + * Base class for SAML 2.0 artifacts. */ #include "internal.h" @@ -27,6 +27,22 @@ using namespace opensaml::saml2p; const unsigned int SAML2Artifact::INDEX_LENGTH = 2; +SAML2Artifact::SAML2Artifact() +{ +} + +SAML2Artifact::SAML2Artifact(const char* s) : SAMLArtifact(s) +{ +} + +SAML2Artifact::SAML2Artifact(const SAML2Artifact& src) : SAMLArtifact(src) +{ +} + +SAML2Artifact::~SAML2Artifact() +{ +} + int SAML2Artifact::getEndpointIndex() const { int index=0;