opensaml::saml2md::SPSSODescriptor Class Reference

SAML 2.0 SPSSODescriptor element. More...

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

Inheritance diagram for opensaml::saml2md::SPSSODescriptor:

opensaml::saml2md::SSODescriptorType opensaml::saml2md::RoleDescriptor opensaml::SignableObject opensaml::saml2md::CacheableSAMLObject opensaml::saml2md::TimeBoundSAMLObject

List of all members.

Public Member Functions

virtual SPSSODescriptorcloneSPSSODescriptor () const =0
 Type-specific clone method.
bool AuthnRequestsSigned () const
 Returns the AuthnRequestsSigned attribute or false if not set.
virtual
xmlconstants::xmltooling_bool_t 
getAuthnRequestsSigned () const =0
 Returns the AuthnRequestsSigned attribute as an explicit enumerated value.
virtual void AuthnRequestsSigned (xmlconstants::xmltooling_bool_t value)=0
 Sets the AuthnRequestsSigned attribute using an enumerated value.
void AuthnRequestsSigned (bool value)
 Sets the AuthnRequestsSigned attribute.
void setAuthnRequestsSigned (const XMLCh *value)
 Sets the AuthnRequestsSigned attribute using a string constant.
bool WantAssertionsSigned () const
 Returns the WantAssertionsSigned attribute or false if not set.
virtual
xmlconstants::xmltooling_bool_t 
getWantAssertionsSigned () const =0
 Returns the WantAssertionsSigned attribute as an explicit enumerated value.
virtual void WantAssertionsSigned (xmlconstants::xmltooling_bool_t value)=0
 Sets the WantAssertionsSigned attribute using an enumerated value.
void WantAssertionsSigned (bool value)
 Sets the WantAssertionsSigned attribute.
void setWantAssertionsSigned (const XMLCh *value)
 Sets the WantAssertionsSigned attribute using a string constant.
virtual
xmltooling::XMLObjectChildrenList
< std::vector
< AssertionConsumerService * > > 
getAssertionConsumerServices ()=0
 Returns modifiable AssertionConsumerService collection.
virtual const std::vector
< AssertionConsumerService * > & 
getAssertionConsumerServices () const =0
 Returns reference to immutable AssertionConsumerService collection.
virtual
xmltooling::XMLObjectChildrenList
< std::vector
< AttributeConsumingService * > > 
getAttributeConsumingServices ()=0
 Returns modifiable AttributeConsumingService collection.
virtual const std::vector
< AttributeConsumingService * > & 
getAttributeConsumingServices () const =0
 Returns reference to immutable AttributeConsumingService collection.

Static Public Attributes

static const XMLCh LOCAL_NAME []
 Element local name.
static const XMLCh AUTHNREQUESTSSIGNED_ATTRIB_NAME []
 AuthnRequestsSigned attribute name.
static const XMLCh WANTASSERTIONSSIGNED_ATTRIB_NAME []
 WantAssertionsSigned attribute name.
static const XMLCh TYPE_NAME []
 SPSSODescriptorType local name.
static xmltooling::QName ELEMENT_QNAME
 Element QName.


Detailed Description

SAML 2.0 SPSSODescriptor element.

Member Function Documentation

virtual SPSSODescriptor* opensaml::saml2md::SPSSODescriptor::cloneSPSSODescriptor (  )  const [pure virtual]

Type-specific clone method.

bool opensaml::saml2md::SPSSODescriptor::AuthnRequestsSigned (  )  const [inline]

Returns the AuthnRequestsSigned attribute or false if not set.

virtual xmlconstants::xmltooling_bool_t opensaml::saml2md::SPSSODescriptor::getAuthnRequestsSigned (  )  const [pure virtual]

Returns the AuthnRequestsSigned attribute as an explicit enumerated value.

virtual void opensaml::saml2md::SPSSODescriptor::AuthnRequestsSigned ( xmlconstants::xmltooling_bool_t  value  )  [pure virtual]

Sets the AuthnRequestsSigned attribute using an enumerated value.

void opensaml::saml2md::SPSSODescriptor::AuthnRequestsSigned ( bool  value  )  [inline]

Sets the AuthnRequestsSigned attribute.

void opensaml::saml2md::SPSSODescriptor::setAuthnRequestsSigned ( const XMLCh *  value  )  [inline]

Sets the AuthnRequestsSigned attribute using a string constant.

bool opensaml::saml2md::SPSSODescriptor::WantAssertionsSigned (  )  const [inline]

Returns the WantAssertionsSigned attribute or false if not set.

virtual xmlconstants::xmltooling_bool_t opensaml::saml2md::SPSSODescriptor::getWantAssertionsSigned (  )  const [pure virtual]

Returns the WantAssertionsSigned attribute as an explicit enumerated value.

virtual void opensaml::saml2md::SPSSODescriptor::WantAssertionsSigned ( xmlconstants::xmltooling_bool_t  value  )  [pure virtual]

Sets the WantAssertionsSigned attribute using an enumerated value.

void opensaml::saml2md::SPSSODescriptor::WantAssertionsSigned ( bool  value  )  [inline]

Sets the WantAssertionsSigned attribute.

void opensaml::saml2md::SPSSODescriptor::setWantAssertionsSigned ( const XMLCh *  value  )  [inline]

Sets the WantAssertionsSigned attribute using a string constant.

virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionConsumerService *> > opensaml::saml2md::SPSSODescriptor::getAssertionConsumerServices (  )  [pure virtual]

Returns modifiable AssertionConsumerService collection.

virtual const std::vector< AssertionConsumerService *>& opensaml::saml2md::SPSSODescriptor::getAssertionConsumerServices (  )  const [pure virtual]

Returns reference to immutable AssertionConsumerService collection.

virtual xmltooling::XMLObjectChildrenList< std::vector< AttributeConsumingService *> > opensaml::saml2md::SPSSODescriptor::getAttributeConsumingServices (  )  [pure virtual]

Returns modifiable AttributeConsumingService collection.

virtual const std::vector< AttributeConsumingService *>& opensaml::saml2md::SPSSODescriptor::getAttributeConsumingServices (  )  const [pure virtual]

Returns reference to immutable AttributeConsumingService collection.


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

Generated on Mon Apr 13 19:46:41 2020 for opensaml-3.1.0 by  doxygen 1.5.6