Revert to exception-based policy errors, add "secure" flag to policy to track authn.
[shibboleth/cpp-opensaml.git] / saml / binding / impl / SecurityPolicy.cpp
index 4091df7..116bf44 100644 (file)
@@ -68,6 +68,7 @@ void SecurityPolicy::reset()
     m_issueInstant=0;
     m_issuer=NULL;
     m_issuerRole=NULL;
+    m_secure=false;
 }
 
 void SecurityPolicy::evaluate(const XMLObject& message, const GenericRequest* request)