|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.SAMLObject
org.opensaml.SAMLStatement
org.opensaml.SAMLSubjectStatement
org.opensaml.SAMLAttributeStatement
Represents a SAML Attribute Statement
Field Summary | |
protected java.util.ArrayList |
attrs
|
Fields inherited from class org.opensaml.SAMLSubjectStatement |
subject |
Fields inherited from class org.opensaml.SAMLStatement |
statementTypeMap |
Fields inherited from class org.opensaml.SAMLObject |
config, log, root |
Constructor Summary | |
SAMLAttributeStatement()
Default constructor |
|
SAMLAttributeStatement(org.w3c.dom.Element e)
Reconstructs an attribute statement from a DOM tree |
|
SAMLAttributeStatement(java.io.InputStream in)
Reconstructs an attribute statement from a stream |
|
SAMLAttributeStatement(SAMLSubject subject,
java.util.Collection attrs)
Builds a statement out of its component parts |
Method Summary | |
void |
addAttribute(SAMLAttribute attribute)
Adds an attribute to the statement |
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.util.Iterator |
getAttributes()
Gets attributes from the statement, if any |
void |
removeAttribute(int index)
Removes an attribute by position (zero-based) |
void |
setAttributes(java.util.Collection attributes)
Sets the attributes inside the statement |
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.SAMLSubjectStatement |
getSubject, setSubject |
Methods inherited from class org.opensaml.SAMLStatement |
getInstance, getInstance, regFactory, unregFactory |
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 |
protected java.util.ArrayList attrs
Constructor Detail |
public SAMLAttributeStatement()
public SAMLAttributeStatement(SAMLSubject subject, java.util.Collection attrs) throws SAMLException
subject
- Subject of statementattrs
- Collection of attributes
SAMLException
- Raised if a statement cannot be constructed
from the supplied informationpublic SAMLAttributeStatement(org.w3c.dom.Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Thrown if the object cannot be constructedpublic SAMLAttributeStatement(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 SAMLSubjectStatement
SAMLException
SAMLObject.fromDOM(org.w3c.dom.Element)
public java.util.Iterator getAttributes()
public void setAttributes(java.util.Collection attributes) throws SAMLException
attributes
- The attributes to include
SAMLException
- Raised if the attributes are invalidpublic void addAttribute(SAMLAttribute attribute) throws SAMLException
attribute
- The attribute to add
SAMLException
- Raised if the subject is invalidpublic void removeAttribute(int index)
index
- The position of the attribute to removepublic 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 SAMLSubjectStatement
SAMLException
SAMLObject.checkValidity()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class SAMLSubjectStatement
java.lang.CloneNotSupportedException
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |