Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AudienceRestrictionType
-
Packages that use AudienceRestrictionType Package Description 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 Modifier and Type Class Description classAudienceRestrictionThis is an implementation of the abstractConditionclass, 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 Modifier and Type Method Description static AudienceRestrictionTypeAudienceRestriction. fromElement(Element element)Constructs anAudienceRestrictionelement 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 Modifier and Type Method Description AudienceRestrictionTypeObjectFactory. createAudienceRestrictionType()Create an instance ofAudienceRestrictionTypeMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type AudienceRestrictionType Modifier and Type Method Description javax.xml.bind.JAXBElement<AudienceRestrictionType>ObjectFactory. createAudienceRestriction(AudienceRestrictionType value)Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AudienceRestrictionType Modifier and Type Method Description javax.xml.bind.JAXBElement<AudienceRestrictionType>ObjectFactory. createAudienceRestriction(AudienceRestrictionType value)
-