#include <saml/saml2/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. |