Uses of Class
se.litsec.swedisheid.opensaml.saml2.signservice.sap.SAD
-
Packages that use SAD 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. -
-
Uses of SAD in se.litsec.swedisheid.opensaml.saml2.signservice
Methods in se.litsec.swedisheid.opensaml.saml2.signservice that return SAD Modifier and Type Method Description SADSADFactory.SADBuilder. buildSAD()Builds a SAD.static SADSADParser. parse(String sadJwt)Parses the supplied (encoded) JWT and returns the contained JWT.SADSADParser.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.SADSADParser.SADValidator. validate(AuthnRequest authnRequest, Assertion assertion)A method that validates the SAD issued in anAssertionbased on theAuthnRequestcontaining aSADRequest.Methods in se.litsec.swedisheid.opensaml.saml2.signservice with parameters of type SAD Modifier and Type Method Description StringSADFactory. createJwt(SAD sad)Given a SAD, the method builds a JWT and signs it using the configured key. -
Uses of SAD in se.litsec.swedisheid.opensaml.saml2.signservice.sap
Methods in se.litsec.swedisheid.opensaml.saml2.signservice.sap that return SAD Modifier and Type Method Description static SADSAD. fromJson(String json)Creates aSADobject from its JSON representation.
-