X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2FMessageDecoder.h;fp=saml%2Fbinding%2FMessageDecoder.h;h=1667a109555790e8207913ce5689fb700e01c245;hp=986338ec4f4330a7c82467edbcc48df0478bc9d6;hb=e9554c255ad3c91c7c4976e7a1a54905903e66a2;hpb=50f75e2cd3ddaca8e9808a3e5af9517deca3c9c3 diff --git a/saml/binding/MessageDecoder.h b/saml/binding/MessageDecoder.h index 986338e..1667a10 100644 --- a/saml/binding/MessageDecoder.h +++ b/saml/binding/MessageDecoder.h @@ -112,7 +112,7 @@ namespace opensaml { * @param artifact reference to a SAML 2.0 artifact * @param ssoDescriptor reference to SSO role of artifact issuer (may be SP or IdP) * @param policy reference to policy containing rules, MetadataProvider, TrustEngine, etc. - * @return the corresponding SAML protocol message or NULL + * @return the corresponding SAML protocol message or nullptr */ virtual saml2p::ArtifactResponse* resolve( const saml2p::SAML2Artifact& artifact, @@ -141,7 +141,7 @@ namespace opensaml { /** * Decodes a transport request into a SAML protocol message, and evaluates it * against a supplied SecurityPolicy. If the transport request does not contain - * the information necessary to decode the request, NULL will be returned. + * the information necessary to decode the request, nullptr will be returned. * Errors during the decoding process will be raised as exceptions. * *

Artifact-based bindings require an ArtifactResolver be set to @@ -150,7 +150,7 @@ namespace opensaml { * @param relayState will be set to RelayState/TARGET value accompanying message * @param genericRequest reference to interface for accessing transport request to decode * @param policy reference to policy containing rules, MetadataProvider, TrustEngine, etc. - * @return the decoded message, or NULL if the decoder did not recognize the request content + * @return the decoded message, or nullptr if the decoder did not recognize the request content */ virtual xmltooling::XMLObject* decode( std::string& relayState,