org.opensaml.saml2.core.impl
public class ActionImpl extends AbstractSAMLObject implements Action
Action
.Modifier and Type | Field and Description |
---|---|
private String |
action
Action value.
|
private String |
namespace
URI of the Namespace of this Action.
|
CONTROL_ACTION, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, DELETE_ACTION, EXECUTE_ACTION, GHPP_NS_URI, HTTP_GET_ACTION, HTTP_HEAD_ACTION, HTTP_POST_ACTION, HTTP_PUT_ACTION, NAMEPSACE_ATTRIB_NAME, NEG_CONTROL_ACTION, NEG_DELETE_ACTION, NEG_EXECUTE_ACTION, NEG_READ_ACTION, NEG_WRITE_ACTION, READ_ACTION, RWEDC_NEGATION_NS_URI, RWEDC_NS_URI, TYPE_LOCAL_NAME, TYPE_NAME, UNIX_NS_URI, WRITE_ACTION
Modifier | Constructor and Description |
---|---|
protected |
ActionImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
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.
|
List<XMLObject> |
getOrderedChildren() |
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.
|
equals, prepareForAssignment
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private String namespace
private String action
public String getNamespace()
getNamespace
in interface Action
public void setNamespace(String newNamespace)
setNamespace
in interface Action
newNamespace
- the namespace scope of the specified actionpublic String getAction()
public void setAction(String newAction)
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.