|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.ActionImpl
public class ActionImpl
A concrete implementation of Action.
| Field Summary | |
|---|---|
private String |
action
Action value. |
private String |
namespace
URI of the Namespace of this Action. |
| Fields inherited from interface org.opensaml.saml2.core.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 |
| Constructor Summary | |
|---|---|
protected |
ActionImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
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 |
| Field Detail |
|---|
private String namespace
private String action
| Constructor Detail |
|---|
protected ActionImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public String getNamespace()
getNamespace in interface Actionpublic void setNamespace(String newNamespace)
setNamespace in interface ActionnewNamespace - the namespace scope of the specified actionpublic String getAction()
getAction in interface Actionpublic void setAction(String newAction)
setAction in interface ActionnewAction - the URI of the action to be performedpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||