Uses of Interface
org.opensaml.saml1.core.Conditions

Packages that use Conditions
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
 

Uses of Conditions in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return Conditions
 Conditions Assertion.getConditions()
          Return the (singleton) Object, representing the Conditions sub element.
 

Methods in org.opensaml.saml1.core with parameters of type Conditions
 void Assertion.setConditions(Conditions conditions)
          Set the Object representing the Conditions Sub element.
 

Uses of Conditions in org.opensaml.saml1.core.impl
 

Methods in org.opensaml.saml1.core.impl that return Conditions
 Conditions ConditionsBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Conditions ConditionsBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 Conditions AssertionImpl.getConditions()
          Return the (singleton) Object, representing the Conditions sub element.
 

Methods in org.opensaml.saml1.core.impl with parameters of type Conditions
 void AssertionImpl.setConditions(Conditions conditions)
          Set the Object representing the Conditions Sub element.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.