Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AudienceRestrictionConditionType
-
Packages that use AudienceRestrictionConditionType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of AudienceRestrictionConditionType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of AudienceRestrictionConditionType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 Modifier and Type Class Description classAudienceRestrictionConditionThis 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.saml11.jaxb20 that return AudienceRestrictionConditionType Modifier and Type Method Description static AudienceRestrictionConditionTypeAudienceRestrictionCondition. fromElement(Element element)Constructs anAudienceRestrictionConditionelement from an existing XML block. -
Uses of AudienceRestrictionConditionType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AudienceRestrictionConditionType Modifier and Type Method Description AudienceRestrictionConditionTypeObjectFactory. createAudienceRestrictionConditionType()Create an instance ofAudienceRestrictionConditionTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type AudienceRestrictionConditionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AudienceRestrictionConditionType>ObjectFactory. createAudienceRestrictionCondition(AudienceRestrictionConditionType value)Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AudienceRestrictionConditionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AudienceRestrictionConditionType>ObjectFactory. createAudienceRestrictionCondition(AudienceRestrictionConditionType value)
-