Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.ConditionAbstractType
-
Packages that use ConditionAbstractType Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml20.jaxb20 -
-
Uses of ConditionAbstractType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Subclasses of ConditionAbstractType 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.classConditionThis is an abstract class which servers as an extension point for new conditions.classOneTimeUseThis is an implementation of the abstractConditionclass, which specifes that the assertion thisOneTimeUseis 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.saml20.jaxb20
Subclasses of ConditionAbstractType in com.sun.xml.wss.saml.internal.saml20.jaxb20 Modifier and Type Class Description classAudienceRestrictionTypeJava class for AudienceRestrictionType complex type.classOneTimeUseTypeJava class for OneTimeUseType complex type.classProxyRestrictionTypeJava class for ProxyRestrictionType complex type.Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 with type parameters of type ConditionAbstractType Modifier and Type Field Description protected List<ConditionAbstractType>ConditionsType. conditionOrAudienceRestrictionOrOneTimeUseMethods in com.sun.xml.wss.saml.internal.saml20.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. getConditionOrAudienceRestrictionOrOneTimeUse()Gets the value of the conditionOrAudienceRestrictionOrOneTimeUse property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type ConditionAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionAbstractType>ObjectFactory. createCondition(ConditionAbstractType value)
-