Uses of Interface
org.opensaml.saml2.core.Conditions

Packages that use Conditions
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
 

Uses of Conditions in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Conditions
 Conditions AuthnRequest.getConditions()
          Gets the Conditions of the request.
 Conditions Assertion.getConditions()
          Gets the Conditions placed on this assertion.
 

Methods in org.opensaml.saml2.core with parameters of type Conditions
 void AuthnRequest.setConditions(Conditions newConditions)
          Sets the Conditions of the request.
 void Assertion.setConditions(Conditions newConditions)
          Sets the Conditions placed on this assertion.
 

Uses of Conditions in org.opensaml.saml2.core.impl
 

Fields in org.opensaml.saml2.core.impl declared as Conditions
private  Conditions AssertionImpl.conditions
          Conditions of the assertion.
private  Conditions AuthnRequestImpl.conditions
          Conditions child element.
 

Methods in org.opensaml.saml2.core.impl that return Conditions
 Conditions ConditionsBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Conditions ConditionsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Conditions AssertionImpl.getConditions()
          Gets the Conditions placed on this assertion.
 Conditions AuthnRequestImpl.getConditions()
          Gets the Conditions of the request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Conditions
 void AssertionImpl.setConditions(Conditions newConditions)
          Sets the Conditions placed on this assertion.
 void AuthnRequestImpl.setConditions(Conditions newConditions)
          Sets the Conditions of the request.
 

Uses of Conditions in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type Conditions
 void ConditionsSpecValidator.validate(Conditions conditions)
          
protected  void ConditionsSpecValidator.validateOneTimeUseCondition(Conditions conditions)
          Checks that there is at most one OneTimeUse condition.
protected  void ConditionsSpecValidator.validateProxyRestrictionCondition(Conditions conditions)
           
 



Copyright © 1999-2013. All Rights Reserved.