#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual Action * | cloneAction () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getNamespace () const =0 |
Returns the Namespace attribute. | |
virtual void | setNamespace (const XMLCh *Namespace)=0 |
Sets the Namespace attribute. | |
const XMLCh * | getAction () const |
Returns Action . | |
void | setAction (const XMLCh *Action) |
Sets or clears Action . | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | NAMESPACE_ATTRIB_NAME [] |
Namespace attribute name. | |
static const XMLCh | TYPE_NAME [] |
ActionType local name. | |
static const XMLCh | RWEDC_NEG_ACTION_NAMESPACE [] |
Read/Write/Execute/Delete/Control Action Namespace. | |
static const XMLCh | RWEDC_ACTION_NAMESPACE [] |
Read/Write/Execute/Delete/Control with Negation Action Namespace. | |
static const XMLCh | GHPP_ACTION_NAMESPACE [] |
Get/Head/Put/Post Action Namespace. | |
static const XMLCh | UNIX_ACTION_NAMESPACE [] |
UNIX File Permissions Action Namespace. |
virtual Action* opensaml::saml1::Action::cloneAction | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const XMLCh* opensaml::saml1::Action::getNamespace | ( | ) | const [pure virtual] |
Returns the Namespace attribute.
virtual void opensaml::saml1::Action::setNamespace | ( | const XMLCh * | Namespace | ) | [pure virtual] |
Sets the Namespace attribute.
const XMLCh* opensaml::saml1::Action::getAction | ( | ) | const [inline] |
Returns Action .
void opensaml::saml1::Action::setAction | ( | const XMLCh * | Action | ) | [inline] |
Sets or clears Action .