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.
Implementations of SAML 1.x core specification types and elements.
Interfaces for SAML 2.0 core and protocol interfaces.
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 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.saml1.core.impl
Fields in org.opensaml.saml.saml1.core.impl declared as SAMLVersionModifier and TypeFieldDescriptionprivate 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 SAMLVersionModifier and TypeMethodDescriptionAssertionImpl.getVersion()Gets the SAML version for this message.RequestAbstractTypeImpl.getVersion()Gets the SAML version of this message.ResponseAbstractTypeImpl.getVersion()Gets the SAML version for this message.Methods in org.opensaml.saml.saml1.core.impl with parameters of type SAMLVersionModifier and TypeMethodDescriptionvoidAssertionImpl.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 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. -
Uses of SAMLVersion in org.opensaml.saml.saml2.core.impl
Fields in org.opensaml.saml.saml2.core.impl declared as SAMLVersionModifier and TypeFieldDescriptionprivate 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 SAMLVersionModifier and TypeMethodDescriptionAssertionImpl.getVersion()Gets the SAML Version of this assertion.RequestAbstractTypeImpl.getVersion()Gets the SAML Version of this request.StatusResponseTypeImpl.getVersion()Gets the SAML Version of this response.Methods in org.opensaml.saml.saml2.core.impl with parameters of type SAMLVersionModifier and TypeMethodDescriptionvoidAssertionImpl.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.