Uses of Interface
org.opensaml.saml.saml2.core.Condition
-
Packages that use Condition Package Description org.opensaml.saml.ext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction.org.opensaml.saml.saml2.assertion Interfaces and API classes for validating SAML 2 Assertions.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of Condition in org.opensaml.saml.ext.saml2delrestrict
Subinterfaces of Condition in org.opensaml.saml.ext.saml2delrestrict Modifier and Type Interface Description interfaceDelegationRestrictionTypeSAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type. -
Uses of Condition in org.opensaml.saml.saml2.assertion
Methods in org.opensaml.saml.saml2.assertion with parameters of type Condition Modifier and Type Method Description ValidationResultConditionValidator. 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.core Modifier and Type Interface Description interfaceAudienceRestrictionSAML 2.0 Core AudienceRestriction.interfaceOneTimeUseSAML 2.0 Core OneTimeUse.interfaceProxyRestrictionSAML 2.0 Core ProxyRestriction.Methods in org.opensaml.saml.saml2.core that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Conditions. getConditions()Gets all the conditions on the assertion.List<Condition>Conditions. getConditions(QName typeOrName)Gets the list of conditions that match a particular QName.
-