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(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 Assertion.setVersion(SAMLVersion version)
          Sets the SAML version of this assertion.
 void ResponseAbstractType.setVersion(SAMLVersion version)
          Sets the SAML version for this message.
 void RequestAbstractType.setVersion(SAMLVersion version)
           
 

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

Fields in org.opensaml.saml1.core.impl declared as SAMLVersion
private  SAMLVersion AssertionImpl.version
          SAML version of this assertion
private  SAMLVersion RequestAbstractTypeImpl.version
          Version of this SAML message
private  SAMLVersion ResponseAbstractTypeImpl.version
           
 

Methods in org.opensaml.saml1.core.impl with parameters of type SAMLVersion
 void AssertionImpl.setVersion(SAMLVersion newVersion)
          Sets the SAML version of this assertion.
 void RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
          
 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 Assertion.getVersion()
          Gets the SAML Version of this assertion.
 SAMLVersion StatusResponseType.getVersion()
          Gets the SAML Version of this response.
 SAMLVersion RequestAbstractType.getVersion()
          Gets the SAML Version of this request.
 

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

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

Fields in org.opensaml.saml2.core.impl declared as SAMLVersion
private  SAMLVersion AssertionImpl.version
          SAML Version of the assertion.
private  SAMLVersion StatusResponseTypeImpl.version
          SAML Version attribute.
private  SAMLVersion RequestAbstractTypeImpl.version
          SAML Version of the request.
 

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

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



Copyright © 1999-2013. All Rights Reserved.