opensaml::saml1::AuthorizationDecisionStatement Class Reference

SAML 1.x AuthorizationDecisionStatement element. More...

#include <saml/saml1/core/Assertions.h>

Inheritance diagram for opensaml::saml1::AuthorizationDecisionStatement:

opensaml::saml1::SubjectStatement opensaml::saml1::Statement List of all members.

Public Member Functions

virtual AuthorizationDecisionStatementcloneAuthorizationDecisionStatement () 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 const XMLCh * getDecision () const =0
 Returns the Decision attribute.
virtual void setDecision (const XMLCh *Decision)=0
 Sets the Decision attribute.
virtual xmltooling::XMLObjectChildrenList<
std::vector< Action * > > 
getActions ()=0
 Returns modifiable Action collection.
virtual const std::vector<
Action * > & 
getActions () const =0
 Returns reference to immutable Action collection.
virtual EvidencegetEvidence () const =0
 Returns the Evidence child.
virtual void setEvidence (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 DECISION_ATTRIB_NAME []
 Decision attribute name.
static const XMLCh TYPE_NAME []
 AuthorizationDecisionStatementType local name.
static const XMLCh DECISION_PERMIT []
 Permit Decision.
static const XMLCh DECISION_DENY []
 Deny Decision.
static const XMLCh DECISION_INDETERMINATE []
 Indeterminate Decision.

Detailed Description

SAML 1.x AuthorizationDecisionStatement element.


The documentation for this class was generated from the following file:
Generated on 11 Mar 2019 for opensaml-3.0.1 by  doxygen 1.4.7