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

Packages that use AssertionIDRef
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 AssertionIDRef in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type AssertionIDRef
 java.util.List<AssertionIDRef> Advice.getAssertionIDReferences()
          Gets the list of AssertionID references used as advice.
 java.util.List<AssertionIDRef> Evidence.getAssertionIDReferences()
          Gets the list of AssertionID references used as evidence.
 java.util.List<AssertionIDRef> AssertionIDRequest.getAssertionIDRefs()
          Gets a list of child AssertionIDRefs.
 

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

Classes in org.opensaml.saml2.core.impl that implement AssertionIDRef
 class AssertionIDRefImpl
          Concrete implementation of AssertionIDRef.
 

Methods in org.opensaml.saml2.core.impl that return AssertionIDRef
 AssertionIDRef AssertionIDRefBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AssertionIDRef AssertionIDRefBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type AssertionIDRef
 java.util.List<AssertionIDRef> EvidenceImpl.getAssertionIDReferences()
          Gets the list of AssertionID references used as evidence.
 java.util.List<AssertionIDRef> AdviceImpl.getAssertionIDReferences()
          Gets the list of AssertionID references used as advice.
 java.util.List<AssertionIDRef> AssertionIDRequestImpl.getAssertionIDRefs()
          Gets a list of child AssertionIDRefs.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type AssertionIDRef
 void AssertionIDRefSchemaValidator.validate(AssertionIDRef assertionIDRef)
          
protected  void AssertionIDRefSchemaValidator.validateIDRef(AssertionIDRef assertionIDRef)
          Checks that the ID Reference is present.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.