Uses of Interface
org.opensaml.saml.saml2.core.Condition
Packages that use Condition
Package
Description
Interfaces for SAML 2 Condition for Delegation Restriction.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Interfaces and API classes for validating SAML 2 Assertions.
Implementation classes for validating SAML 2 Assertions.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of Condition in org.opensaml.saml.ext.saml2delrestrict
Subinterfaces of Condition in org.opensaml.saml.ext.saml2delrestrictModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type. -
Uses of Condition in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement Condition -
Uses of Condition in org.opensaml.saml.saml2.assertion
Methods in org.opensaml.saml.saml2.assertion with parameters of type ConditionModifier and TypeMethodDescriptionConditionValidator.validate(Condition condition, Assertion assertion, ValidationContext context) Validates the given condition. -
Uses of Condition in org.opensaml.saml.saml2.assertion.impl
Methods in org.opensaml.saml.saml2.assertion.impl with parameters of type ConditionModifier and TypeMethodDescriptionAudienceRestrictionConditionValidator.validate(Condition condition, Assertion assertion, ValidationContext context) Validates the given condition.DelegationRestrictionConditionValidator.validate(Condition condition, Assertion assertion, ValidationContext context) Validates the given condition.OneTimeUseConditionValidator.validate(Condition condition, Assertion assertion, ValidationContext context) Validates the given condition.ProxyRestrictionConditionValidator.validate(Condition condition, Assertion assertion, ValidationContext context) Validates the given condition. -
Uses of Condition in org.opensaml.saml.saml2.core
Subinterfaces of Condition in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Core AudienceRestriction.interfaceSAML 2.0 Core OneTimeUse.interfaceSAML 2.0 Core ProxyRestriction.Methods in org.opensaml.saml.saml2.core that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditions.getConditions()Gets all the conditions on the assertion.Conditions.getConditions(QName typeOrName) Gets the list of conditions that match a particular QName. -
Uses of Condition in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ConditionModifier and TypeClassDescriptionclassConcrete implementation ofAudienceRestriction.classclassConcrete implementation ofOneTimeUse.classConcrete implementation ofProxyRestriction.Fields in org.opensaml.saml.saml2.core.impl with type parameters of type ConditionModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<Condition>ConditionsImpl.conditionsA Condition.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditionsImpl.getConditions()Gets all the conditions on the assertion.ConditionsImpl.getConditions(QName typeOrName) Gets the list of conditions that match a particular QName.