Uses of Class
org.opensaml.saml.common.SAMLVersion
-
Packages that use SAMLVersion Package Description org.opensaml.saml.common Base classes for working with SAML as Java objects.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. -
-
Uses of SAMLVersion in org.opensaml.saml.common
Fields in org.opensaml.saml.common declared as SAMLVersion Modifier and Type Field Description static SAMLVersionSAMLVersion. VERSION_10SAML version 1.0.static SAMLVersionSAMLVersion. VERSION_11SAML Version 1.1.static SAMLVersionSAMLVersion. VERSION_20SAML Version 2.0.Methods in org.opensaml.saml.common that return SAMLVersion Modifier and Type Method Description protected SAMLVersionAbstractSAMLObjectUnmarshaller. parseSAMLVersion(Attr attribute)ParseSAMLVersioninstance from the specified DOM attribute.static SAMLVersionSAMLVersion. valueOf(int majorVersion, int minorVersion)Gets the SAMLVersion given the major and minor version number.static SAMLVersionSAMLVersion. valueOf(String version)Gets the SAMLVersion for a given version string, such as "2.0". -
Uses of SAMLVersion in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return SAMLVersion Modifier and Type Method Description SAMLVersionRequestAbstractType. getVersion()Gets the SAML version of this message.SAMLVersionResponseAbstractType. getVersion()Sets the SAML version for this message.Methods in org.opensaml.saml.saml1.core with parameters of type SAMLVersion Modifier and Type Method Description voidAssertion. setVersion(SAMLVersion version)Set the SAML version of this assertion.voidRequestAbstractType. setVersion(SAMLVersion version)Sets the SAML version of this message.voidResponseAbstractType. setVersion(SAMLVersion version)Sets the SAML version for this message. -
Uses of SAMLVersion in org.opensaml.saml.saml1.core.impl
Fields in org.opensaml.saml.saml1.core.impl declared as SAMLVersion Modifier and Type Field Description private SAMLVersionAssertionImpl. versionSAML version of this assertion.private SAMLVersionRequestAbstractTypeImpl. versionVersion of this SAML message.private SAMLVersionResponseAbstractTypeImpl. versionMessage version.Methods in org.opensaml.saml.saml1.core.impl that return SAMLVersion Modifier and Type Method Description SAMLVersionRequestAbstractTypeImpl. getVersion()Gets the SAML version of this message.SAMLVersionResponseAbstractTypeImpl. getVersion()Sets the SAML version for this message.Methods in org.opensaml.saml.saml1.core.impl with parameters of type SAMLVersion Modifier and Type Method Description voidAssertionImpl. setVersion(SAMLVersion newVersion)Set the SAML version of this assertion.voidRequestAbstractTypeImpl. setVersion(SAMLVersion newVersion)Sets the SAML version of this message.voidResponseAbstractTypeImpl. setVersion(SAMLVersion newVersion)Sets the SAML version for this message. -
Uses of SAMLVersion in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return SAMLVersion Modifier and Type Method Description SAMLVersionAssertion. getVersion()Gets the SAML Version of this assertion.SAMLVersionRequestAbstractType. getVersion()Gets the SAML Version of this request.SAMLVersionStatusResponseType. getVersion()Gets the SAML Version of this response.Methods in org.opensaml.saml.saml2.core with parameters of type SAMLVersion Modifier and Type Method Description voidAssertion. setVersion(SAMLVersion newVersion)Sets the SAML Version of this assertion.voidRequestAbstractType. setVersion(SAMLVersion newVersion)Sets the SAML Version of this request.voidStatusResponseType. setVersion(SAMLVersion newVersion)Sets the SAML Version of this response. -
Uses of SAMLVersion in org.opensaml.saml.saml2.core.impl
Fields in org.opensaml.saml.saml2.core.impl declared as SAMLVersion Modifier and Type Field Description private SAMLVersionAssertionImpl. versionSAML Version of the assertion.private SAMLVersionRequestAbstractTypeImpl. versionSAML Version of the request.private SAMLVersionStatusResponseTypeImpl. versionSAML Version attribute.Methods in org.opensaml.saml.saml2.core.impl that return SAMLVersion Modifier and Type Method Description SAMLVersionAssertionImpl. getVersion()Gets the SAML Version of this assertion.SAMLVersionRequestAbstractTypeImpl. getVersion()Gets the SAML Version of this request.SAMLVersionStatusResponseTypeImpl. getVersion()Gets the SAML Version of this response.Methods in org.opensaml.saml.saml2.core.impl with parameters of type SAMLVersion Modifier and Type Method Description voidAssertionImpl. setVersion(SAMLVersion newVersion)Sets the SAML Version of this assertion.voidRequestAbstractTypeImpl. setVersion(SAMLVersion newVersion)Sets the SAML Version of this request.voidStatusResponseTypeImpl. setVersion(SAMLVersion newVersion)Sets the SAML Version of this response.
-