Uses of Class
org.opensaml.common.SAMLVersion

Packages that use SAMLVersion
org.opensaml.common Base classes for working with SAML as Java objects. 
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.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. 
 

Uses of SAMLVersion in org.opensaml.common
 

Fields in org.opensaml.common declared as SAMLVersion
static SAMLVersion SAMLVersion.VERSION_10
          SAML version 1.0.
static SAMLVersion SAMLVersion.VERSION_11
          SAML Version 1.1.
static SAMLVersion SAMLVersion.VERSION_20
          SAML Version 2.0.
 

Methods in org.opensaml.common that return SAMLVersion
static SAMLVersion SAMLVersion.valueOf(int majorVersion, int minorVersion)
          Gets the SAMLVersion given the major and minor version number.
static SAMLVersion SAMLVersion.valueOf(java.lang.String version)
          Gets the SAMLVersion for a given version string, such as "2.0".
 

Uses of SAMLVersion in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core with parameters of type SAMLVersion
 void ResponseAbstractType.setVersion(SAMLVersion version)
          Sets the SAML version for this message.
 void RequestAbstractType.setVersion(SAMLVersion version)
           
 void Assertion.setVersion(SAMLVersion version)
          Sets the SAML version of this assertion.
 

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

Methods in org.opensaml.saml1.core.impl with parameters of type SAMLVersion
 void RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
          
 void AssertionImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML version of this assertion.
 void ResponseAbstractTypeImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML version for this message.
 

Uses of SAMLVersion in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return SAMLVersion
 SAMLVersion RequestAbstractType.getVersion()
          Gets the SAML Version of this request.
 SAMLVersion StatusResponseType.getVersion()
          Gets the SAML Version of this response.
 SAMLVersion Assertion.getVersion()
          Gets the SAML Version of this assertion.
 

Methods in org.opensaml.saml2.core with parameters of type SAMLVersion
 void RequestAbstractType.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this request.
 void StatusResponseType.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this response.
 void Assertion.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this assertion.
 

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

Methods in org.opensaml.saml2.core.impl that return SAMLVersion
 SAMLVersion RequestAbstractTypeImpl.getVersion()
          Gets the SAML Version of this request.
 SAMLVersion AssertionImpl.getVersion()
          Gets the SAML Version of this assertion.
 SAMLVersion StatusResponseTypeImpl.getVersion()
          Gets the SAML Version of this response.
 

Methods in org.opensaml.saml2.core.impl with parameters of type SAMLVersion
 void RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this request.
 void AssertionImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this assertion.
 void StatusResponseTypeImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML Version of this response.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.