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. 
org.opensaml.samlext.saml2mdattr   
org.opensaml.samlext.saml2mdattr.impl   
 

Uses of Assertion in org.opensaml.saml2.core
 

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

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

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(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type Assertion
 List<Assertion> ResponseImpl.getAssertions()
          Return the list of Assertion child elements.
 List<Assertion> EvidenceImpl.getAssertions()
          Gets the list of Assertions used as evidence.
 List<Assertion> AdviceImpl.getAssertions()
          Gets the list of Assertions used as advice.
 

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.
 

Uses of Assertion in org.opensaml.samlext.saml2mdattr
 

Methods in org.opensaml.samlext.saml2mdattr that return types with arguments of type Assertion
 List<Assertion> EntityAttributes.getAssertions()
          Gets the assertions about the entity.
 

Uses of Assertion in org.opensaml.samlext.saml2mdattr.impl
 

Methods in org.opensaml.samlext.saml2mdattr.impl that return types with arguments of type Assertion
 List<Assertion> EntityAttributesImpl.getAssertions()
          Gets the assertions about the entity.
 



Copyright © 1999-2012. All Rights Reserved.