Uses of Class
org.opensaml.saml.common.SAMLVersion
Packages that use SAMLVersion
Package
Description
Base classes for working with SAML as Java objects.
Interfaces for SAML 1.0 and 1.1 types and elements.
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 SAMLVersionModifier and TypeFieldDescriptionstatic final SAMLVersionSAMLVersion.VERSION_10SAML version 1.0.static final SAMLVersionSAMLVersion.VERSION_11SAML Version 1.1.static final SAMLVersionSAMLVersion.VERSION_20SAML Version 2.0.Methods in org.opensaml.saml.common that return SAMLVersionModifier and TypeMethodDescriptionprotected SAMLVersionAbstractSAMLObjectUnmarshaller.parseSAMLVersion(Attr attribute) ParseSAMLVersioninstance from the specified DOM attribute.static final SAMLVersionSAMLVersion.valueOf(int majorVersion, int minorVersion) Gets the SAMLVersion given the major and minor version number.static final SAMLVersionGets 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 SAMLVersionModifier and TypeMethodDescriptionAssertion.getVersion()Gets the SAML version for this message.RequestAbstractType.getVersion()Gets the SAML version of this message.ResponseAbstractType.getVersion()Gets the SAML version for this message.Methods in org.opensaml.saml.saml1.core with parameters of type SAMLVersionModifier and TypeMethodDescriptionvoidAssertion.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 SAMLVersionModifier and TypeMethodDescriptionAssertion.getVersion()Gets the SAML Version of this assertion.RequestAbstractType.getVersion()Gets the SAML Version of this request.StatusResponseType.getVersion()Gets the SAML Version of this response.Methods in org.opensaml.saml.saml2.core with parameters of type SAMLVersionModifier and TypeMethodDescriptionvoidAssertion.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.