Wt
4.11.1
|
A SAML Subject (saml-core-2.0-os, section 2.4.1) More...
#include <Wt/Auth/Saml/Assertion.h>
Public Attributes | |
std::string | id |
The id of the subject. More... | |
A SAML Subject (saml-core-2.0-os, section 2.4.1)
This represents a single <Subject>
element in a SAML assertion.
std::string Wt::Auth::Saml::Subject::id |
The id of the subject.
This corresponds to the <NameID>
element in a SAML assertion, or the decrypted <EncryptedID>
.
This is an empty string if absent.