Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.sap.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
Modifier and TypeMethodDescriptionSADFactory.SADBuilder.version
(SADVersion version) Assigns the version of the SAD claim. -
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice.build
Modifier and TypeMethodDescriptionSADRequestBuilder.requestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD. -
Uses of SADVersion in se.swedenconnect.opensaml.sweid.saml2.signservice.sap
Modifier 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".Modifier 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
Modifier and TypeMethodDescriptionSADRequestImpl.getRequestedVersion()
Returns the requested version of the SAD.Modifier and TypeMethodDescriptionvoid
SADRequestImpl.setRequestedVersion
(SADVersion sadVersion) Assigns the requested version of the SAD.