Uses of Class
se.litsec.swedisheid.opensaml.saml2.signservice.sap.SADVersion
-
Packages that use SADVersion Package Description se.litsec.swedisheid.opensaml.saml2.signservice SAML support for Signature Services according to the Swedish eID Framework.se.litsec.swedisheid.opensaml.saml2.signservice.sap Classes and interfaces implementing the Signature Activation Protocol for Federated Signing specification.se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl Implementation classes, builders, marshallers and unmarshallers for the SAD/SAP support. -
-
Uses of SADVersion in se.litsec.swedisheid.opensaml.saml2.signservice
Methods in se.litsec.swedisheid.opensaml.saml2.signservice with parameters of type SADVersion Modifier and Type Method Description SADRequestBuilderSADRequestBuilder. requestedVersion(SADVersion sadVersion)Assigns the requested version of the SAD.SADFactory.SADBuilderSADFactory.SADBuilder. version(SADVersion version)Assigns the version of the SAD claim. -
Uses of SADVersion in se.litsec.swedisheid.opensaml.saml2.signservice.sap
Fields in se.litsec.swedisheid.opensaml.saml2.signservice.sap declared as SADVersion Modifier and Type Field Description static SADVersionSADVersion. VERSION_10SAD version 1.0.Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap that return SADVersion Modifier and Type Method Description SADVersionSADRequest. getRequestedVersion()Returns the requested version of the SAD.SADVersionSAD.Extension. getSADVersion()Returns the version of this claim represented as aSADVersionobject.static SADVersionSADVersion. valueOf(int majorVersion, int minorVersion)Gets the SADVersion given the major and minor version number.static SADVersionSADVersion. valueOf(String version)Gets the SADVersion for a given version string, such as "1.0".Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap with parameters of type SADVersion Modifier and Type Method Description voidSADRequest. setRequestedVersion(SADVersion sadVersion)Assigns the requested version of the SAD. -
Uses of SADVersion in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl
Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl that return SADVersion Modifier and Type Method Description SADVersionSADRequestImpl. getRequestedVersion()Returns the requested version of the SAD.Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap.impl with parameters of type SADVersion Modifier and Type Method Description voidSADRequestImpl. setRequestedVersion(SADVersion sadVersion)Assigns the requested version of the SAD.
-