|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensaml.SAMLObject
org.opensaml.SAMLCondition
org.opensaml.SAMLAudienceRestrictionCondition
public class SAMLAudienceRestrictionCondition
Represents a SAML AudienceRestrictionCondition
| Field Summary | |
|---|---|
protected ArrayList |
audiences
|
| Fields inherited from class org.opensaml.SAMLCondition |
|---|
conditionTypeMap |
| Fields inherited from class org.opensaml.SAMLObject |
|---|
config, dirty, log, parentObject, root |
| Constructor Summary | |
|---|---|
SAMLAudienceRestrictionCondition()
Default constructor |
|
SAMLAudienceRestrictionCondition(Collection audiences)
Builds a condition out of its component parts |
|
SAMLAudienceRestrictionCondition(Element e)
Reconstructs a condition from a DOM tree |
|
SAMLAudienceRestrictionCondition(InputStream in)
Reconstructs a condition from a stream |
|
| Method Summary | |
|---|---|
void |
addAudience(String audience)
Adds an audience to the condition |
protected Element |
buildRoot(Document doc,
boolean xmlns)
Delegates the process of building the root element of an object and inserting appropriate namespaces. |
void |
checkValidity()
Evaluates the object's content to see if it is currently valid if serialized. |
Object |
clone()
Copies a SAML object such that no dependencies exist between the original and the copy |
boolean |
eval(Collection audiences)
Evaluates the condition |
void |
fromDOM(Element e)
Initialization of an object from a DOM element |
Iterator |
getAudiences()
Gets the audiences included in the condition |
void |
removeAudience(int index)
Removes an audience by position (zero-based) |
void |
setAudiences(Collection audiences)
Sets the audiences to include in the condition |
Node |
toDOM(Document doc,
boolean xmlns)
Transforms the object into a DOM tree using an existing document context |
| Methods inherited from class org.opensaml.SAMLCondition |
|---|
getInstance, getInstance, regFactory, unregFactory |
| Methods inherited from class org.opensaml.SAMLObject |
|---|
fromStream, fromStream, getParent, plantRoot, setDirty, setParent, 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 ArrayList audiences
| Constructor Detail |
|---|
public SAMLAudienceRestrictionCondition()
public SAMLAudienceRestrictionCondition(Collection audiences)
throws SAMLException
audiences - Array of audiences to embed in condition
SAMLException - Raised if a condition cannot be constructed
from the supplied information
public SAMLAudienceRestrictionCondition(Element e)
throws SAMLException
e - The root of a DOM tree
SAMLException - Thrown if the object cannot be constructed
public SAMLAudienceRestrictionCondition(InputStream in)
throws SAMLException
in - A stream containing XML
SAMLException - Raised if an exception occurs while constructing
the object.| Method Detail |
|---|
public void fromDOM(Element e)
throws SAMLException
SAMLObject
fromDOM in class SAMLObjecte - Root element of a DOM tree
SAMLException - Raised if an exception occurs while constructing
the objectSAMLObject.fromDOM(org.w3c.dom.Element)public Iterator getAudiences()
public void setAudiences(Collection audiences)
audiences - The audiences to includepublic void addAudience(String audience)
audience - The audience to addpublic void removeAudience(int index)
index - The position of the audience to remove
protected Element buildRoot(Document doc,
boolean xmlns)
SAMLObject
buildRoot in class SAMLObjectdoc - The document context to usexmlns - Include namespace(s) on root element?
SAMLObject.buildRoot(org.w3c.dom.Document,boolean)
public Node toDOM(Document doc,
boolean xmlns)
throws SAMLException
SAMLObject
toDOM in class SAMLObjectdoc - 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 boolean eval(Collection audiences)
audiences - A collection of audiences deemed acceptable by the evaluator
public void checkValidity()
throws SAMLException
SAMLObject
checkValidity in class SAMLObjectSAMLException - Raised if the serialized object would be invalid SAML,
excluding any embedded objectsSAMLObject.checkValidity()
public Object clone()
throws CloneNotSupportedException
clone in class SAMLObjectCloneNotSupportedExceptionObject.clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||