|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.SAMLObject
org.opensaml.SAMLAction
Represents a SAML Action
Field Summary | |
static java.lang.String |
SAML_ACTION_NAMESPACE_GHPP
|
static java.lang.String |
SAML_ACTION_NAMESPACE_RWEDC
SAML Action Namespace URI values |
static java.lang.String |
SAML_ACTION_NAMESPACE_RWEDC_NEG
|
static java.lang.String |
SAML_ACTION_NAMESPACE_UNIX
|
Fields inherited from class org.opensaml.SAMLObject |
config, log, root |
Constructor Summary | |
SAMLAction()
Default constructor |
|
SAMLAction(org.w3c.dom.Element e)
Reconstructs an action from a DOM tree |
|
SAMLAction(java.io.InputStream in)
Reconstructs an action from a stream |
|
SAMLAction(java.lang.String namespace,
java.lang.String data)
Builds an action out of its component parts |
Method Summary | |
void |
checkValidity()
Evaluates the object's content to see if it is currently valid if serialized. |
java.lang.Object |
clone()
Copies a SAML object such that no dependencies exist between the original and the copy |
void |
fromDOM(org.w3c.dom.Element e)
Initialization of an object from a DOM element |
java.lang.String |
getData()
Gets the data from the action |
java.lang.String |
getNamespace()
Gets the namespace from the action |
void |
setData(java.lang.String data)
Sets the data of the action |
void |
setNamespace(java.lang.String namespace)
Sets the namespace of the action |
org.w3c.dom.Node |
toDOM(org.w3c.dom.Document doc,
boolean xmlns)
Transforms the object into a DOM tree using an existing document context |
Methods inherited from class org.opensaml.SAMLObject |
fromStream, plantRoot, toBase64, toDOM, toDOM, toDOM, toStream, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String SAML_ACTION_NAMESPACE_RWEDC
public static final java.lang.String SAML_ACTION_NAMESPACE_RWEDC_NEG
public static final java.lang.String SAML_ACTION_NAMESPACE_GHPP
public static final java.lang.String SAML_ACTION_NAMESPACE_UNIX
Constructor Detail |
public SAMLAction()
public SAMLAction(java.lang.String namespace, java.lang.String data) throws SAMLException
namespace
- a URI reference representing the namespace in
which the name of the specified action is to be
interpreteddata
- an action sought to be performed on the specified
resource
SAMLException
- Raised if an action cannot be constructed
from the supplied informationpublic SAMLAction(org.w3c.dom.Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Thrown if the object cannot be constructedpublic SAMLAction(java.io.InputStream in) throws SAMLException
in
- A stream containing XML
SAMLException
- Raised if an exception occurs while constructing
the object.Method Detail |
public void fromDOM(org.w3c.dom.Element e) throws SAMLException
SAMLObject
fromDOM
in class SAMLObject
e
- Root element of a DOM tree
SAMLException
- Raised if an exception occurs while constructing
the objectSAMLObject.fromDOM(org.w3c.dom.Element)
public java.lang.String getNamespace()
public java.lang.String getData()
public void setNamespace(java.lang.String namespace)
namespace
- the namespacepublic void setData(java.lang.String data)
data
- the datapublic org.w3c.dom.Node toDOM(org.w3c.dom.Document doc, boolean xmlns) throws SAMLException
SAMLObject
toDOM
in class SAMLObject
doc
- A Document object to use in manufacturing the treexmlns
- Include namespace(s) on root element?
SAMLException
- Raised if the object is incompletely definedSAMLObject.toDOM(org.w3c.dom.Document,boolean)
public void checkValidity() throws SAMLException
SAMLObject
checkValidity
in class SAMLObject
SAMLException
- Raised if the serialized object would be invalid SAML,
excluding any embedded objectsSAMLObject.checkValidity()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class SAMLObject
java.lang.CloneNotSupportedException
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |