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. 
org.opensaml.samlext.saml2delrestrict.impl Implementation 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
 

Classes in org.opensaml.saml2.core.impl that implement Condition
 class AudienceRestrictionImpl
          Concrete implementation of AudienceRestriction.
 class OneTimeUseImpl
          Concrete implementation of OneTimeUse.
 class ProxyRestrictionImpl
          Concrete implementation of ProxyRestriction.
 

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.
 

Uses of Condition in org.opensaml.samlext.saml2delrestrict.impl
 

Classes in org.opensaml.samlext.saml2delrestrict.impl that implement Condition
 class DelegationRestrictionTypeImpl
          Implementation of DelegationRestrictionType.
 



Copyright © 1999-2013. All Rights Reserved.