Uses of Interface
org.opensaml.saml.saml2.core.Conditions
Packages that use Conditions
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
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 ConditionsModifier and TypeMethodDescriptionAssertion.getConditions()Gets the Conditions placed on this assertion.AuthnRequest.getConditions()Gets theConditionsof the request.Methods in org.opensaml.saml.saml2.core with parameters of type ConditionsModifier and TypeMethodDescriptionvoidAssertion.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 ConditionsModifier and TypeMethodDescriptionstatic ConditionsSAML2ActionSupport.addConditionsToAssertion(AbstractProfileAction action, Assertion assertion) Creates and adds aConditionsto a givenAssertion.