Uses of Interface
org.opensaml.saml.saml1.core.Conditions
-
Packages that use Conditions Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.profile 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 Conditions Modifier and Type Method Description ConditionsAssertion. getConditions()Return the (singleton) Object, representing theConditionssub element.Methods in org.opensaml.saml.saml1.core with parameters of type Conditions Modifier and Type Method Description voidAssertion. 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 Conditions Modifier and Type Method Description static ConditionsSAML1ActionSupport. addConditionsToAssertion(AbstractProfileAction action, Assertion assertion)Creates and adds aConditionsto a givenAssertion.
-