#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::RoleDescriptor:
Public Member Functions | |
virtual RoleDescriptor * | cloneRoleDescriptor () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getID () const =0 |
Returns the ID attribute. | |
virtual void | setID (const XMLCh *ID)=0 |
Sets the ID attribute. | |
virtual const XMLCh * | getProtocolSupportEnumeration () const =0 |
Returns the ProtocolSupportEnumeration attribute. | |
virtual void | setProtocolSupportEnumeration (const XMLCh *ProtocolSupportEnumeration)=0 |
Sets the ProtocolSupportEnumeration attribute. | |
virtual bool | hasSupport (const XMLCh *protocol) const =0 |
Searches the ProtocolSupportEnumeration attribute for the indicated protocol. | |
virtual void | addSupport (const XMLCh *protocol)=0 |
Adds the indicated protocol to the ProtocolSupportEnumeration attribute. | |
virtual const XMLCh * | getErrorURL () const =0 |
Returns the ErrorURL attribute. | |
virtual void | setErrorURL (const XMLCh *ErrorURL)=0 |
Sets the ErrorURL attribute. | |
virtual Extensions * | getExtensions () const =0 |
Returns the Extensions child. | |
virtual void | setExtensions (Extensions *child)=0 |
Sets the Extensions child. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< KeyDescriptor * > > | getKeyDescriptors ()=0 |
Returns modifiable KeyDescriptor collection. | |
virtual const std::vector< KeyDescriptor * > & | getKeyDescriptors () const =0 |
Returns reference to immutable KeyDescriptor collection. | |
virtual Organization * | getOrganization () const =0 |
Returns the Organization child. | |
virtual void | setOrganization (Organization *child)=0 |
Sets the Organization child. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< ContactPerson * > > | getContactPersons ()=0 |
Returns modifiable ContactPerson collection. | |
virtual const std::vector< ContactPerson * > & | getContactPersons () const =0 |
Returns reference to immutable ContactPerson collection. | |
virtual const DigestMethod * | getDigestMethod () const |
Returns the first digest method supported by the role and the underlying implementation, if any. | |
virtual std::pair< const SigningMethod *, const xmltooling::Credential * > | getSigningMethod (const xmltooling::CredentialResolver &resolver, xmltooling::CredentialCriteria &cc) const |
Returns the first signing method supported by the role and the underlying implementation, if any, along with a matching credential. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ID_ATTRIB_NAME [] |
ID attribute name. | |
static const XMLCh | PROTOCOLSUPPORTENUMERATION_ATTRIB_NAME [] |
ProtocolSupportEnumeration attribute name. | |
static const XMLCh | ERRORURL_ATTRIB_NAME [] |
ErrorURL attribute name. |