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

Packages that use Assertion
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. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
 

Uses of Assertion in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type Assertion
 java.util.List<Assertion> Evidence.getAssertions()
          Gets the list of Assertions used as evidence.
 java.util.List<Assertion> Advice.getAssertions()
          Gets the list of Assertions used as advice.
 java.util.List<Assertion> Response.getAssertions()
          Return the list of Assertion child elements.
 

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

Classes in org.opensaml.saml2.core.impl that implement Assertion
 class AssertionImpl
          A concrete implementation of Assertion.
 

Methods in org.opensaml.saml2.core.impl that return Assertion
 Assertion AssertionBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Assertion AssertionBuilder.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 Assertion
 java.util.List<Assertion> AdviceImpl.getAssertions()
          Gets the list of Assertions used as advice.
 java.util.List<Assertion> ResponseImpl.getAssertions()
          Return the list of Assertion child elements.
 java.util.List<Assertion> EvidenceImpl.getAssertions()
          Gets the list of Assertions used as evidence.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type Assertion
 void AssertionSpecValidator.validate(Assertion assertion)
          
 void AssertionSchemaValidator.validate(Assertion assertion)
          
protected  void AssertionSchemaValidator.validateID(Assertion assertion)
          Checks that the ID attribute is present.
protected  void AssertionSchemaValidator.validateIssueInstant(Assertion assertion)
          Checks that the IssueInstant attribute is present.
protected  void AssertionSchemaValidator.validateIssuer(Assertion assertion)
          Checks that Issuer element is present.
protected  void AssertionSpecValidator.validateSubject(Assertion assertion)
          Checks that the Subject element is present when required.
protected  void AssertionSchemaValidator.validateVersion(Assertion assertion)
          Checks that the Version attribute is present.
 

Uses of Assertion in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return Assertion
 Assertion Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
          Decrypt the specified EncryptedAssertion.
 

Methods in org.opensaml.saml2.encryption with parameters of type Assertion
 EncryptedAssertion Encrypter.encrypt(Assertion assertion)
          Encrypt the specified Assertion.
 EncryptedID Encrypter.encryptAsID(Assertion assertion)
          Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.