Uses of Interface
org.opensaml.saml.saml1.core.Conditions
Packages that use Conditions
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
Classes for SAML 1.x profile behavior.
-
Uses of Conditions in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return ConditionsModifier and TypeMethodDescriptionAssertion.getConditions()Return the (singleton) Object, representing theConditionssub element.Methods in org.opensaml.saml.saml1.core with parameters of type ConditionsModifier and TypeMethodDescriptionvoidAssertion.setConditions(Conditions conditions) Set the Object representing theConditionsSub element. -
Uses of Conditions in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile that return ConditionsModifier and TypeMethodDescriptionstatic ConditionsSAML1ActionSupport.addConditionsToAssertion(AbstractProfileAction action, Assertion assertion) Creates and adds aConditionsto a givenAssertion.