Uses of Interface
org.opensaml.saml.saml2.core.Conditions
-
Packages that use Conditions Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior. -
-
Uses of Conditions in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return Conditions Modifier and Type Method Description ConditionsAssertion. getConditions()Gets the Conditions placed on this assertion.ConditionsAuthnRequest. getConditions()Gets theConditionsof the request.Methods in org.opensaml.saml.saml2.core with parameters of type Conditions Modifier and Type Method Description voidAssertion. setConditions(Conditions newConditions)Sets the Conditions placed on this assertion.voidAuthnRequest. setConditions(Conditions newConditions)Sets theConditionsof the request. -
Uses of Conditions in org.opensaml.saml.saml2.profile
Methods in org.opensaml.saml.saml2.profile that return Conditions Modifier and Type Method Description static ConditionsSAML2ActionSupport. addConditionsToAssertion(AbstractProfileAction action, Assertion assertion)Creates and adds aConditionsto a givenAssertion.
-