Uses of Interface
org.opensaml.saml.saml2.core.Conditions
Packages that use Conditions
Package
Description
Actions and classes common to both SAML versions.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Classes for SAML 2.0 profile behavior.
Implementations of SAML 2.0 profile behavior.
-
Uses of Conditions in org.opensaml.saml.common.profile.impl
Methods in org.opensaml.saml.common.profile.impl with parameters of type ConditionsModifier and TypeMethodDescriptionprivate voidAddAudienceRestrictionToAssertions.addAudienceRestriction(ProfileRequestContext profileRequestContext, Conditions conditions) Add the audiences obtained from a lookup function to theAudienceRestriction.private AudienceRestrictionAddAudienceRestrictionToAssertions.getAudienceRestriction(Conditions conditions) Get theAudienceRestrictionto which audiences will be added. -
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.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ConditionsFields in org.opensaml.saml.saml2.core.impl declared as ConditionsModifier and TypeFieldDescriptionprivate ConditionsAssertionImpl.conditionsConditions of the assertion.private ConditionsAuthnRequestImpl.conditionsConditions child element.Methods in org.opensaml.saml.saml2.core.impl that return ConditionsModifier and TypeMethodDescriptionConditionsBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ConditionsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AssertionImpl.getConditions()Gets the Conditions placed on this assertion.AuthnRequestImpl.getConditions()Gets theConditionsof the request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type ConditionsModifier and TypeMethodDescriptionvoidAssertionImpl.setConditions(Conditions newConditions) Sets the Conditions placed on this assertion.voidAuthnRequestImpl.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. -
Uses of Conditions in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl with parameters of type ConditionsModifier and TypeMethodDescriptionprivate voidAddProxyRestrictionToAssertions.addProxyRestriction(ProfileRequestContext profileRequestContext, Conditions conditions) Add the audiences obtained from a lookup function to theProxyRestriction.private ProxyRestrictionAddProxyRestrictionToAssertions.getProxyRestriction(Conditions conditions) Get theProxyRestrictionto which audiences will be added.