gov.virginia.dcjs.identity.saml
Class AudienceRestriction

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

public class AudienceRestriction
extends Element
implements ConditionType

Specifies that an assertion is only addressed to one or more specific audiences.


Constructor Summary
AudienceRestriction(java.lang.String audience)
           
 
Method Summary
 void addAudience(java.lang.String audience)
           
 
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
 
Methods inherited from interface gov.virginia.dcjs.ws.XmlElement
declareNamespaces, getNamespaces, toXml
 

Constructor Detail

AudienceRestriction

public AudienceRestriction(java.lang.String audience)
Parameters:
audience - URI Reference to an intended audience
Method Detail

addAudience

public void addAudience(java.lang.String audience)
Parameters:
audience - URI Reference to an intended audience