NAME
Mojo::SAML::Document::AssertionConsumerService
DESCRIPTION
Represents an AssertionConsumerService SAML metadata tag
ATTRIBUTES
Mojo::SAML::Document::AssertionConsumerService inherits all attributes from Mojo::SAML::Document and implements the following new ones.
binding
Required. The name of the binding to be used. Can use a shortened form expanded via "binding" in Mojo::SAML::Names.
index
Required. The numerical index of the endpoint for reference at a later time.
location
Required. The location of the endpoint itself.
is_default
A boolean indicating whether this endpoint should be considered the default endpoint. May be omitted, but assumed false if not given.
response_location
Optional. Allows specifying a different location to send the response.
template
A template specific to the document type.
METHODS
Mojo::SAML::Document::AssertionConsumerService inherits all methods from Mojo::SAML::Document and implements the following new ones.
tag_attrs
Generates a list of attributes for the tag.