Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.ConditionAbstractType

Packages that use ConditionAbstractType
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
 class AudienceRestrictionCondition
          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.
 class Condition
          This is an abstract class which servers as an extension point for new conditions.
 class DoNotCacheCondition
          This is an implementation of the abstract Condition class, which specifes that the assertion this DoNotCacheCondition is 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
 class AudienceRestrictionConditionType
          Java class for AudienceRestrictionConditionType complex type.
 class DoNotCacheConditionType
          Java class for DoNotCacheConditionType complex type.
 

Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 with type parameters of type ConditionAbstractType
protected  List<ConditionAbstractType> ConditionsType.audienceRestrictionConditionOrDoNotCacheConditionOrCondition
           
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type ConditionAbstractType
 JAXBElement<ConditionAbstractType> ObjectFactory.createCondition(ConditionAbstractType value)
          Create an instance of JAXBElement<ConditionAbstractType>}
 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
 JAXBElement<ConditionAbstractType> ObjectFactory.createCondition(ConditionAbstractType value)
          Create an instance of JAXBElement<ConditionAbstractType>}
 



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