public interface Action extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
CONTROL_ACTION
Control action.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
DELETE_ACTION
Delete action.
|
static String |
EXECUTE_ACTION
Execute action.
|
static String |
GHPP_NS_URI
Get/Head/Put/Post action namespace.
|
static String |
HTTP_GET_ACTION
HTTP GET action.
|
static String |
HTTP_HEAD_ACTION
HTTP HEAD action.
|
static String |
HTTP_POST_ACTION
HTTP POST action.
|
static String |
HTTP_PUT_ACTION
HTTP PUT action.
|
static String |
NAMEPSACE_ATTRIB_NAME
Name of the Namespace attribute.
|
static String |
NEG_CONTROL_ACTION
Negated Control action.
|
static String |
NEG_DELETE_ACTION
Negated Delete action.
|
static String |
NEG_EXECUTE_ACTION
Negated Execute action.
|
static String |
NEG_READ_ACTION
Negated Read action.
|
static String |
NEG_WRITE_ACTION
Negated Write action.
|
static String |
READ_ACTION
Read action.
|
static String |
RWEDC_NEGATION_NS_URI
Read/Write/Execute/Delete/Control negation action namespace.
|
static String |
RWEDC_NS_URI
Read/Write/Execute/Delete/Control action namespace.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNIX_NS_URI
UNIX file permission action namespace.
|
static String |
WRITE_ACTION
Write action.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the URI of the action to be performed.
|
String |
getNamespace()
Gets the namespace scope of the specified action.
|
void |
setAction(String newAction)
Sets the URI of the action to be performed.
|
void |
setNamespace(String newNamespace)
Sets the namespace scope of the specified action.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String NAMEPSACE_ATTRIB_NAME
static final String RWEDC_NS_URI
static final String RWEDC_NEGATION_NS_URI
static final String GHPP_NS_URI
static final String UNIX_NS_URI
static final String READ_ACTION
static final String WRITE_ACTION
static final String EXECUTE_ACTION
static final String DELETE_ACTION
static final String CONTROL_ACTION
static final String NEG_READ_ACTION
static final String NEG_WRITE_ACTION
static final String NEG_EXECUTE_ACTION
static final String NEG_DELETE_ACTION
static final String NEG_CONTROL_ACTION
static final String HTTP_GET_ACTION
static final String HTTP_HEAD_ACTION
static final String HTTP_PUT_ACTION
static final String HTTP_POST_ACTION
String getNamespace()
void setNamespace(String newNamespace)
newNamespace
- the namespace scope of the specified actionString getAction()
void setAction(String newAction)
newAction
- the URI of the action to be performedCopyright © 2018 JBoss by Red Hat. All rights reserved.