opensaml-2.3

opensaml::saml2::KeyInfoConfirmationDataTypeBuilder Class Reference

Builder for KeyInfoConfirmationDataType objects. More...

#include <saml/saml2/core/Assertions.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=NULL, const xmltooling::QName *schemaType=NULL) const
 Builder that allows element/type override.

Static Public Member Functions

static
KeyInfoConfirmationDataType * 
buildKeyInfoConfirmationDataType ()
 Singleton builder.

Detailed Description

Builder for KeyInfoConfirmationDataType objects.

This is customized to return a SubjectConfirmationData element with an xsi:type of KeyInfoConfirmationDataType.


Member Function Documentation

static KeyInfoConfirmationDataType* opensaml::saml2::KeyInfoConfirmationDataTypeBuilder::buildKeyInfoConfirmationDataType ( ) [inline, static]

Singleton builder.

virtual xmltooling::XMLObject* opensaml::saml2::KeyInfoConfirmationDataTypeBuilder::buildObject ( ) const [inline, virtual]

Default builder.

virtual xmltooling::XMLObject* opensaml::saml2::KeyInfoConfirmationDataTypeBuilder::buildObject ( const XMLCh *  nsURI,
const XMLCh *  localName,
const XMLCh *  prefix = NULL,
const xmltooling::QName *  schemaType = NULL 
) const [virtual]

Builder that allows element/type override.


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