Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AudienceRestrictionType

Packages that use AudienceRestrictionType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of AudienceRestrictionType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Subclasses of AudienceRestrictionType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class AudienceRestriction
          This is an implementation of the abstract Condition class, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return AudienceRestrictionType
static AudienceRestrictionType AudienceRestriction.fromElement(Element element)
          Constructs an AudienceRestriction element from an existing XML block.
 

Uses of AudienceRestrictionType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AudienceRestrictionType
 AudienceRestrictionType ObjectFactory.createAudienceRestrictionType()
          Create an instance of AudienceRestrictionType
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type AudienceRestrictionType
 JAXBElement<AudienceRestrictionType> ObjectFactory.createAudienceRestriction(AudienceRestrictionType value)
          Create an instance of JAXBElement<AudienceRestrictionType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AudienceRestrictionType
 JAXBElement<AudienceRestrictionType> ObjectFactory.createAudienceRestriction(AudienceRestrictionType value)
          Create an instance of JAXBElement<AudienceRestrictionType>}
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.