Uses of Interface
org.opensaml.saml.saml1.core.Condition
Packages that use Condition
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
-
Uses of Condition in org.opensaml.saml.saml1.core
Subinterfaces of Condition in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterfaceThis interface describes how ab object representing a SAML1AudienceRestrictionConditionelement will behave.interfaceThis interface describes how ab object representing a SAML1DoNotCacheConditionelement will behave.Methods in org.opensaml.saml.saml1.core that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditions.getConditions()Get the conditions.Conditions.getConditions(QName typeOrName) Get the conditions with the given schema type or element name. -
Uses of Condition in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement ConditionModifier and TypeClassDescriptionclassConcrete implementation of the org.opensaml.saml.saml1.core.AudienceRestrictionCondition.classConcrete implementation ofDoNotCacheCondition.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type ConditionModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<Condition>ConditionsImpl.conditionsSet containing all the Conditions.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditionsImpl.getConditions()Get the conditions.ConditionsImpl.getConditions(QName typeOrName) Get the conditions with the given schema type or element name.