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.
|
Modifier and Type | Method and Description |
---|---|
SADRequestBuilder |
SADRequestBuilder.requestedVersion(SADVersion sadVersion)
Assigns the requested version of the SAD.
|
SADFactory.SADBuilder |
SADFactory.SADBuilder.version(SADVersion version)
Assigns the version of the SAD claim.
|
Modifier and Type | Field and Description |
---|---|
static SADVersion |
SADVersion.VERSION_10
SAD version 1.0.
|
Modifier and Type | Method and Description |
---|---|
SADVersion |
SADRequest.getRequestedVersion()
Returns the requested version of the SAD.
|
SADVersion |
SAD.Extension.getSADVersion()
Returns the version of this claim represented as a
SADVersion object. |
static SADVersion |
SADVersion.valueOf(int majorVersion,
int minorVersion)
Gets the SADVersion given the major and minor version number.
|
static SADVersion |
SADVersion.valueOf(String version)
Gets the SADVersion for a given version string, such as "1.0".
|
Modifier and Type | Method and Description |
---|---|
void |
SADRequest.setRequestedVersion(SADVersion sadVersion)
Assigns the requested version of the SAD.
|
Modifier and Type | Method and Description |
---|---|
SADVersion |
SADRequestImpl.getRequestedVersion()
Returns the requested version of the SAD.
|
Modifier and Type | Method and Description |
---|---|
void |
SADRequestImpl.setRequestedVersion(SADVersion sadVersion)
Assigns the requested version of the SAD.
|
Copyright © 2018 Litsec AB. All rights reserved.