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.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
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.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.
-