gov.virginia.dcjs.identity.saml
Class Action

java.lang.Object
  extended bygov.virginia.dcjs.ws.Element
      extended bygov.virginia.dcjs.identity.saml.Action
All Implemented Interfaces:
org.apache.soap.util.xml.Serializer, XmlElement

public class Action
extends Element

This class is used to specify an action on the specified resource for which permission is sought. The content provides the label for an action sought to be performed on the resource.


Constructor Summary
Action(java.lang.String namespace, java.lang.String action)
          Construct an Action element with its required data.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class gov.virginia.dcjs.ws.Element
addAttribute, addElement, arrayAppend, declareNamespaces, getNamespaces, marshall, removeAttribute, removeElement, setContent, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action(java.lang.String namespace,
              java.lang.String action)
Construct an Action element with its required data.

Parameters:
namespace - anyURI namespace for the action, its context, or null for the default SAML namespace context: urn:oasis:names:tc:SAML:1.0:action:rwedc-negation.
action - Action content as a label for an action sought to be performed on the specified resource.
Method Detail

main

public static void main(java.lang.String[] args)