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 String
Control action.static final String
Element local name.static final QName
Default element name.static final String
Delete action.static final String
Execute action.static final String
Get/Head/Put/Post action namespace.static final String
HTTP GET action.static final String
HTTP HEAD action.static final String
HTTP POST action.static final String
HTTP PUT action.static final String
Name of the Namespace attribute.static final String
Negated Control action.static final String
Negated Delete action.static final String
Negated Execute action.static final String
Negated Read action.static final String
Negated Write action.static final String
Read action.static final String
Read/Write/Execute/Delete/Control negation action namespace.static final String
Read/Write/Execute/Delete/Control action namespace.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
UNIX file permission action namespace.static final String
Write action. -
Method Summary
Modifier and TypeMethodDescriptiondefault String
Deprecated, for removal: This API element is subject to removal in a future version.Gets the namespace scope of the specified action.default void
Deprecated, for removal: This API element is subject to removal in a future version.void
setNamespace
(String newNamespace) Sets the namespace scope of the specified action.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-
getAction
Deprecated, for removal: This API element is subject to removal in a future version.Gets the value of the action to be performed.- Returns:
- the value of the action to be performed
-
setAction
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the action to be performed.- Parameters:
value
- the value of the action to be performed
-