Package org.opensaml.saml.saml2.core
Interface Action
- All Superinterfaces:
SAMLObject,XMLObject,XSString
- All Known Implementing Classes:
ActionImpl
SAML 2.0 Core Action.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringControl action.static final StringElement local name.static final QNameDefault element name.static final StringDelete action.static final StringExecute action.static final StringGet/Head/Put/Post action namespace.static final StringHTTP GET action.static final StringHTTP HEAD action.static final StringHTTP POST action.static final StringHTTP PUT action.static final StringName of the Namespace attribute.static final StringNegated Control action.static final StringNegated Delete action.static final StringNegated Execute action.static final StringNegated Read action.static final StringNegated Write action.static final StringRead action.static final StringRead/Write/Execute/Delete/Control negation action namespace.static final StringRead/Write/Execute/Delete/Control action namespace.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringUNIX file permission action namespace.static final StringWrite action. -
Method Summary
Modifier and TypeMethodDescriptionGets the namespace scope of the specified action.voidsetNamespace(String newNamespace) Sets the namespace scope of the specified action.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
NAMEPSACE_ATTRIB_NAME
Name of the Namespace attribute.- See Also:
-
RWEDC_NS_URI
Read/Write/Execute/Delete/Control action namespace.- See Also:
-
RWEDC_NEGATION_NS_URI
Read/Write/Execute/Delete/Control negation action namespace.- See Also:
-
GHPP_NS_URI
Get/Head/Put/Post action namespace.- See Also:
-
UNIX_NS_URI
UNIX file permission action namespace.- See Also:
-
READ_ACTION
Read action.- See Also:
-
WRITE_ACTION
Write action.- See Also:
-
EXECUTE_ACTION
Execute action.- See Also:
-
DELETE_ACTION
Delete action.- See Also:
-
CONTROL_ACTION
Control action.- See Also:
-
NEG_READ_ACTION
Negated Read action.- See Also:
-
NEG_WRITE_ACTION
Negated Write action.- See Also:
-
NEG_EXECUTE_ACTION
Negated Execute action.- See Also:
-
NEG_DELETE_ACTION
Negated Delete action.- See Also:
-
NEG_CONTROL_ACTION
Negated Control action.- See Also:
-
HTTP_GET_ACTION
HTTP GET action.- See Also:
-
HTTP_HEAD_ACTION
HTTP HEAD action.- See Also:
-
HTTP_PUT_ACTION
HTTP PUT action.- See Also:
-
HTTP_POST_ACTION
HTTP POST action.- See Also:
-
-
Method Details
-
getNamespace
Gets the namespace scope of the specified action.- Returns:
- the namespace scope of the specified action
-
setNamespace
Sets the namespace scope of the specified action.- Parameters:
newNamespace- the namespace scope of the specified action
-