Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.ConditionAbstractType
-
Packages that use ConditionAbstractType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of ConditionAbstractType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of ConditionAbstractType 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.classConditionThis is an abstract class which servers as an extension point for new conditions.classDoNotCacheConditionThis is an implementation of the abstractConditionclass, which specifes that the assertion thisDoNotCacheConditionis part of, is the new element in SAML 1.1, that allows an assertion party to express that an assertion should not be cached by the relying party for future use. -
Uses of ConditionAbstractType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Subclasses of ConditionAbstractType in com.sun.xml.wss.saml.internal.saml11.jaxb20 Modifier and Type Class Description classAudienceRestrictionConditionTypeJava class for AudienceRestrictionConditionType complex type.classDoNotCacheConditionTypeJava class for DoNotCacheConditionType complex type.Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 with type parameters of type ConditionAbstractType Modifier and Type Field Description protected List<ConditionAbstractType>ConditionsType. audienceRestrictionConditionOrDoNotCacheConditionOrConditionMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type ConditionAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionAbstractType>ObjectFactory. createCondition(ConditionAbstractType value)List<ConditionAbstractType>ConditionsType. getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition()Gets the value of the audienceRestrictionConditionOrDoNotCacheConditionOrCondition property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type ConditionAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionAbstractType>ObjectFactory. createCondition(ConditionAbstractType value)
-