Builder for AuthnQueryDescriptorType objects. More...
#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
| virtual xmltooling::XMLObject * | buildObject () const |
| Default builder. | |
| virtual xmltooling::XMLObject * | buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=nullptr, const xmltooling::QName *schemaType=nullptr) const |
| Builder that allows element/type override. | |
Static Public Member Functions | |
| static AuthnQueryDescriptorType * | buildAuthnQueryDescriptorType () |
| Singleton builder. | |
Builder for AuthnQueryDescriptorType objects.
This is customized to return a RoleDescriptor element with an xsi:type of AuthnQueryDescriptorType.
| static AuthnQueryDescriptorType* opensaml::saml2md::AuthnQueryDescriptorTypeBuilder::buildAuthnQueryDescriptorType | ( | ) | [inline, static] |
Singleton builder.
| virtual xmltooling::XMLObject* opensaml::saml2md::AuthnQueryDescriptorTypeBuilder::buildObject | ( | ) | const [inline, virtual] |
Default builder.
| virtual xmltooling::XMLObject* opensaml::saml2md::AuthnQueryDescriptorTypeBuilder::buildObject | ( | const XMLCh * | nsURI, | |
| const XMLCh * | localName, | |||
| const XMLCh * | prefix = nullptr, |
|||
| const xmltooling::QName * | schemaType = nullptr | |||
| ) | const [virtual] |
Builder that allows element/type override.
1.7.1