Wt  4.10.4
Public Attributes | List of all members
Wt::Auth::Saml::Attribute Struct Reference

A SAML Attribute (saml-core-2.0-os, section 2.7.3.1) More...

#include <Wt/Auth/Saml/Assertion.h>

Public Attributes

std::string name
 The name of the attribute (Name XML attribute of the <Attribute> element)
 
std::string nameFormat
 The name format of the attribute. More...
 
std::string friendlyName
 The friendly name of the attribute. More...
 
std::vector< std::string > values
 The values of the attribute. More...
 

Detailed Description

A SAML Attribute (saml-core-2.0-os, section 2.7.3.1)

This represents a single <Attribute> element in a SAML assertion.

Member Data Documentation

◆ friendlyName

std::string Wt::Auth::Saml::Attribute::friendlyName

The friendly name of the attribute.

This corresponds to the FriendlyName XML attribute of the <Attribute> element. This is an empty string if absent.

◆ nameFormat

std::string Wt::Auth::Saml::Attribute::nameFormat

The name format of the attribute.

This corresponds to the NameFormat XML attribute of the <Attribute> element. This is an empty string if absent.

◆ values

std::vector<std::string> Wt::Auth::Saml::Attribute::values

The values of the attribute.

This corresponds to the <AttributeValue> elements.