Uses of Interface
org.opensaml.saml.saml1.core.Conditions
Packages that use Conditions
Package
Description
Actions and classes common to both SAML versions.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Classes for SAML 1.x 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 theAudienceRestrictionCondition.private AudienceRestrictionConditionAddAudienceRestrictionToAssertions.getAudienceRestrictionCondition(Conditions conditions) Get theAudienceRestrictionConditionto which audiences will be added. -
Uses of Conditions in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return ConditionsModifier and TypeMethodDescriptionAssertion.getConditions()Return the (singleton) Object, representing theConditionssub element.Methods in org.opensaml.saml.saml1.core with parameters of type ConditionsModifier and TypeMethodDescriptionvoidAssertion.setConditions(Conditions conditions) Set the Object representing theConditionsSub element. -
Uses of Conditions in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement ConditionsModifier and TypeClassDescriptionclassThis is a concrete implementation of theConditionsinterface.Fields in org.opensaml.saml.saml1.core.impl declared as ConditionsModifier and TypeFieldDescriptionprivate ConditionsAssertionImpl.conditions(Possibly null) Singleton object version of theConditionselement.Methods in org.opensaml.saml.saml1.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()Return the (singleton) Object, representing theConditionssub element.Methods in org.opensaml.saml.saml1.core.impl with parameters of type ConditionsModifier and TypeMethodDescriptionvoidAssertionImpl.setConditions(Conditions c) Set the Object representing theConditionsSub element. -
Uses of Conditions in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile that return ConditionsModifier and TypeMethodDescriptionstatic ConditionsSAML1ActionSupport.addConditionsToAssertion(AbstractProfileAction action, Assertion assertion) Creates and adds aConditionsto a givenAssertion.