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

Packages that use ConditionAbstractType
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
 class AudienceRestriction
          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 OneTimeUse
          This is an implementation of the abstract Condition class, which specifes that the assertion this OneTimeUse 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.saml20.jaxb20
 

Subclasses of ConditionAbstractType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 class AudienceRestrictionType
          Java class for AudienceRestrictionType complex type.
 class OneTimeUseType
          Java class for OneTimeUseType complex type.
 class ProxyRestrictionType
          Java class for ProxyRestrictionType complex type.
 

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

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



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