Rename authentication flag.
[shibboleth/xmltooling.git] / xmltooling / soap / OpenSSLSOAPTransport.h
index 6cd0369..13bdc59 100644 (file)
@@ -54,9 +54,9 @@ namespace xmltooling {
         /**
          * Sets indicator that the transport peer has been authenticated.
          * 
-         * @param secure    flag to set
+         * @param auth    flag to set
          */
-        virtual void setSecure(bool secure)=0;
+        virtual void setAuthenticated(bool auth)=0;
     };
 
 };