Uses of Interface
org.opensaml.saml2.core.Condition

Packages that use Condition
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.samlext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction. 
 

Uses of Condition in org.opensaml.saml2.core
 

Subinterfaces of Condition in org.opensaml.saml2.core
 interface AudienceRestriction
          SAML 2.0 Core AudienceRestriction.
 interface OneTimeUse
          SAML 2.0 Core OneTimeUse.
 interface ProxyRestriction
          SAML 2.0 Core ProxyRestriction.
 

Methods in org.opensaml.saml2.core that return types with arguments of type Condition
 List<Condition> Conditions.getConditions()
          Gets all the conditions on the assertion.
 

Uses of Condition in org.opensaml.saml2.core.impl
 

Fields in org.opensaml.saml2.core.impl with type parameters of type Condition
private  IndexedXMLObjectChildrenList<Condition> ConditionsImpl.conditions
          A Condition.
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type Condition
 List<Condition> ConditionsImpl.getConditions()
          Gets all the conditions on the assertion.
 

Uses of Condition in org.opensaml.samlext.saml2delrestrict
 

Subinterfaces of Condition in org.opensaml.samlext.saml2delrestrict
 interface DelegationRestrictionType
          SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
 



Copyright © 1999-2012. All Rights Reserved.