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

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

Methods in org.opensaml.saml2.core that return types with arguments of type AssertionURIRef
 List<AssertionURIRef> Evidence.getAssertionURIReferences()
          Gets the list of AssertionURI references used as evidence.
 List<AssertionURIRef> Advice.getAssertionURIReferences()
          Gets the list of AssertionURI references used as advice.
 

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

Classes in org.opensaml.saml2.core.impl that implement AssertionURIRef
 class AssertionURIRefImpl
          A concrete implementation of AssertionURIRef.
 

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

Methods in org.opensaml.saml2.core.impl that return types with arguments of type AssertionURIRef
 List<AssertionURIRef> EvidenceImpl.getAssertionURIReferences()
          Gets the list of AssertionURI references used as evidence.
 List<AssertionURIRef> AdviceImpl.getAssertionURIReferences()
          Gets the list of AssertionURI references used as advice.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type AssertionURIRef
 void AssertionURIRefSchemaValidator.validate(AssertionURIRef assertionURIRef)
          
protected  void AssertionURIRefSchemaValidator.validateURIRef(AssertionURIRef assertionURIRef)
          Checks that the URI reference is present.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.