opensaml-2.5.0
opensaml::saml2md::AuthnQueryDescriptorTypeBuilder Class Reference

Builder for AuthnQueryDescriptorType objects. More...

#include <saml/saml2/metadata/Metadata.h>

List of all members.

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.

Detailed Description

Builder for AuthnQueryDescriptorType objects.

This is customized to return a RoleDescriptor element with an xsi:type of AuthnQueryDescriptorType.


Member Function Documentation

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.


The documentation for this class was generated from the following file: