Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.sap.SADVersion
Packages that use SADVersion
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
Builders for Sign service classes.
Classes and interfaces implementing the
Signature Activation Protocol for Federated Signing
specification.
Implementation classes, builders, marshallers and unmarshallers for the SAD/SAP support.
-
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice with parameters of type SADVersionModifier and TypeMethodDescriptionSADFactory.SADBuilder.version
(SADVersion version) Assigns the version of the SAD claim. -
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice.build
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.build with parameters of type SADVersionModifier and TypeMethodDescriptionSADRequestBuilder.requestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD. -
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice.sap
Fields in se.swedenconnect.opensaml.sweid.saml2.signservice.sap declared as SADVersionMethods in se.swedenconnect.opensaml.sweid.saml2.signservice.sap that return SADVersionModifier and TypeMethodDescriptionSADRequest.getRequestedVersion()
Returns the requested version of the SAD.SAD.Extension.getSADVersion()
Returns the version of this claim represented as aSADVersion
object.static SADVersion
SADVersion.valueOf
(int majorVersion, int minorVersion) Gets the SADVersion given the major and minor version number.static SADVersion
Gets the SADVersion for a given version string, such as "1.0".Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.sap with parameters of type SADVersionModifier and TypeMethodDescriptionvoid
SADRequest.setRequestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD. -
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice.sap.impl
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.sap.impl that return SADVersionModifier and TypeMethodDescriptionSADRequestImpl.getRequestedVersion()
Returns the requested version of the SAD.Methods in se.swedenconnect.opensaml.sweid.saml2.signservice.sap.impl with parameters of type SADVersionModifier and TypeMethodDescriptionvoid
SADRequestImpl.setRequestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD.