Uses of Interface
org.opensaml.saml1.core.Assertion

Packages that use Assertion
org.opensaml.saml1.binding Classes for working with SAML 1 bindings. 
org.opensaml.saml1.binding.artifact Classes that may be used to create and manipulate SAML artifacts. 
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
org.opensaml.saml1.core.validator Validation rules for SAML 1.0 and 1.1 types and elements. 
 

Uses of Assertion in org.opensaml.saml1.binding
 

Methods in org.opensaml.saml1.binding that return types with arguments of type Assertion
 java.util.Collection<Assertion> SAML1ArtifactMessageContext.getDereferencedAssertions()
          Gets the assertions dereferenced from the artifacts.
 

Method parameters in org.opensaml.saml1.binding with type arguments of type Assertion
 void SAML1ArtifactMessageContext.setDereferencedAssertions(java.util.Collection<Assertion> assertions)
          Sets the assertions dereferenced from the artifacts.
 

Uses of Assertion in org.opensaml.saml1.binding.artifact
 

Methods in org.opensaml.saml1.binding.artifact with parameters of type Assertion
 SAML1ArtifactType0002 SAML1ArtifactType0002Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 ArtifactType SAML1ArtifactBuilder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 SAML1ArtifactType0001 SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 

Uses of Assertion in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return types with arguments of type Assertion
 java.util.List<Assertion> Advice.getAssertions()
          Get the Assertions.
 java.util.List<Assertion> Evidence.getAssertions()
          Get the list of Assertions
 java.util.List<Assertion> Response.getAssertions()
          Return the object representing the Assertion (element).
 

Uses of Assertion in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement Assertion
 class AssertionImpl
          This class implements the SAML 1 Assertion statement.
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type Assertion
 java.util.List<Assertion> ResponseImpl.getAssertions()
          Return the object representing the Assertion (element).
 java.util.List<Assertion> AdviceImpl.getAssertions()
          Get the Assertions.
 java.util.List<Assertion> EvidenceImpl.getAssertions()
          Get the list of Assertions
 

Uses of Assertion in org.opensaml.saml1.core.validator
 

Methods in org.opensaml.saml1.core.validator with parameters of type Assertion
 void AssertionSchemaValidator.validate(Assertion assertion)
          
 void AssertionSpecValidator.validate(Assertion assertion)
           
protected  void AssertionSpecValidator.validateDoNotCache(Assertion assertion)
           
protected  void AssertionSchemaValidator.validateId(Assertion assertion)
          Test that the ID is present
protected  void AssertionSchemaValidator.validateIssueInstant(Assertion assertion)
          Test that the IssueInstant is present
protected  void AssertionSchemaValidator.validateIssuer(Assertion assertion)
          Test that the issuer is present
protected  void AssertionSchemaValidator.validateStatements(Assertion assertion)
          Test that the provided assertion has some statements in
protected  void AssertionSchemaValidator.validateVersion(Assertion assertion)
          Test that the version is SAML1.1 or 1.0
 



Copyright © 2006-2012 Internet2. All Rights Reserved.