|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.saml2.core.Action
Represents an action on a specified resource.
| Field Summary | |
static java.lang.String |
CONTROLThe subject may specify the access control policy for the resource. |
static java.lang.String |
CONTROL_DENIEDThe subject cannot specify the access control policy for the resource. |
static java.lang.String |
DELETEThe subject may delete the resource. |
static java.lang.String |
DELETE_DENIEDThe subject cannot delete the resource. |
static java.lang.String |
EXECUTEThe subject may execute the resource. |
static java.lang.String |
EXECUTE_DENIEDThe subject cannot execute the resource. |
static java.lang.String |
GETThe subject is authorized to perform the GET operation on the resource. |
static java.lang.String |
HEADThe subject is authorized to perform the HEAD operation on the resource. |
static java.lang.String |
POSTThe subject is authorized to perform the POST operation on the resource. |
static java.lang.String |
PUTThe subject is authorized to perform the PUT operation on the resource. |
static java.lang.String |
READThe subject may read the resource. |
static java.lang.String |
READ_DENIEDThe subject cannot read the resource. |
static java.lang.String |
WRITEThe subject may modify the resource. |
static java.lang.String |
WRITE_DENIEDThe subject cannot modify the resource. |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
Action(org.w3c.dom.Document owner)Creates a new Action instance. |
|
Action(org.w3c.dom.Element element)Creates a new Action instance from the given Element node. |
|
Action(org.w3c.dom.Element element, java.lang.String systemId)Creates a new Action instance from the given Element node. |
|
| Method Summary | |
java.lang.String |
getNamespace()Gets the namespace in which the name of the specified action is to be interpreted. |
java.lang.String |
getValue()Returns the action sought to be performed on the specified resource. |
void |
setNamespace(java.lang.String uri)Sets the namespace of the action. |
void |
setValue(java.lang.String value)Sets the action sought to be performed on the specified resource. |
| Methods inherited from class oracle.security.xmlsec.util.XMLElement |
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix |
| Methods inherited from class oracle.security.xmlsec.util.XMLNode |
appendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String READ
public static final java.lang.String WRITE
public static final java.lang.String EXECUTE
public static final java.lang.String DELETE
public static final java.lang.String CONTROL
public static final java.lang.String READ_DENIED
public static final java.lang.String WRITE_DENIED
public static final java.lang.String EXECUTE_DENIED
public static final java.lang.String DELETE_DENIED
public static final java.lang.String CONTROL_DENIED
public static final java.lang.String GET
public static final java.lang.String HEAD
public static final java.lang.String PUT
public static final java.lang.String POST
| Constructor Detail |
public Action(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
Action instance from the given Element node.element - An Action element.
public Action(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
Action instance from the given Element node.element - An Action element.systemId - The URI string system ID for the Action.
public Action(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
Action instance.owner - The owner document of the new Action.| Method Detail |
public void setNamespace(java.lang.String uri)
uri - A URI reference representing a namespace in which the name of the specified action is to be interpreted.public java.lang.String getNamespace()
URI reference.public void setValue(java.lang.String value)
value - A String value representing the action.public java.lang.String getValue()
|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||