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.
|
Modifier and Type | Method and Description |
---|---|
SAD |
SADFactory.SADBuilder.buildSAD()
Builds a SAD.
|
static SAD |
SADParser.parse(String sadJwt)
Parses the supplied (encoded) JWT and returns the contained JWT.
|
SAD |
SADParser.SADValidator.validate(AuthnRequest authnRequest,
Assertion assertion)
A method that validates the SAD issued in an
Assertion based on the AuthnRequest containing a
SADRequest . |
SAD |
SADParser.SADValidator.validate(String sadJwt,
String idpEntityID,
String expectedRecipientEntityID,
String expectedSubject,
String expectedLoa,
String sadRequestID,
int expectedNoDocs,
String signRequestID)
Validates a SAD based on expected data.
|
Modifier and Type | Method and Description |
---|---|
String |
SADFactory.createJwt(SAD sad)
Given a SAD, the method builds a JWT and signs it using the configured key.
|
Modifier and Type | Method and Description |
---|---|
static SAD |
SAD.fromJson(String json)
Creates a
SAD object from its JSON representation. |
Copyright © 2018 Litsec AB. All rights reserved.