#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::AuthzDecisionQuery:
Public Member Functions | |
virtual AuthzDecisionQuery * | cloneAuthzDecisionQuery () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getResource () const =0 |
Returns the Resource attribute. | |
virtual void | setResource (const XMLCh *Resource)=0 |
Sets the Resource attribute. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2::Action * > > | getActions ()=0 |
Returns modifiable Action collection. | |
virtual const std::vector< saml2::Action * > & | getActions () const =0 |
Returns reference to immutable Action collection. | |
virtual saml2::Evidence * | getEvidence () const =0 |
Returns the Evidence child. | |
virtual void | setEvidence (saml2::Evidence *child)=0 |
Sets the Evidence child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | RESOURCE_ATTRIB_NAME [] |
Resource attribute name. | |
static const XMLCh | TYPE_NAME [] |
AuthzDecisionQueryType local name. |