NAME
Mojo::SAML::Document::Organization
DESCRIPTION
Represents an Organization SAML metadata tag
ATTRIBUTES
Mojo::SAML::Document::Organization inherits all attributes from Mojo::SAML::Document and implements the following new ones.
display_names
An array reference containing the display names (human readable) of the organization. Must not be empty at render time.
names
An array reference containing the machine readable name of the organization. Must not be empty at render time.
template
A template specific to the document type.
urls
An array reference containing the urls of the organization. Must not be empty at render time.
METHODS
Mojo::SAML::Document::Organization inherits all methods from Mojo::SAML::Document and implements the following new ones.
before_render
Enforces that "display_names", "names", and "urls" are not empty at render time.