Uses of Interface
org.opensaml.saml.saml2.core.Conditions
-
Packages that use Conditions Package Description org.opensaml.saml.common.profile.impl Actions and classes common to both SAML versions.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior.org.opensaml.saml.saml2.profile.impl 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 Conditions Modifier and Type Method Description private 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 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.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Conditions Modifier and Type Class Description classConditionsImplConcrete implementation ofConditions.Fields in org.opensaml.saml.saml2.core.impl declared as Conditions Modifier and Type Field Description private ConditionsAssertionImpl. conditionsConditions of the assertion.private ConditionsAuthnRequestImpl. conditionsConditions child element.Methods in org.opensaml.saml.saml2.core.impl that return Conditions Modifier and Type Method Description ConditionsConditionsBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ConditionsConditionsBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.ConditionsAssertionImpl. getConditions()Gets the Conditions placed on this assertion.ConditionsAuthnRequestImpl. getConditions()Gets theConditionsof the request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type Conditions Modifier and Type Method Description voidAssertionImpl. 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 Conditions Modifier and Type Method Description static 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 Conditions Modifier and Type Method Description private 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.
-