Package se.swedenconnect.opensaml.sweid.saml2.request
package se.swedenconnect.opensaml.sweid.saml2.request
Support for generating authentication requests according to the Swedish eID Framework.
-
ClassDescriptionAn
AuthnRequestGenerator
for the Swedish eID Framework.An extension toAuthnRequestGeneratorContext
with added functionality for the Swedish eID Framework.The generator will invoke theSwedishEidAuthnRequestGeneratorContext.getPrincipalSelectionBuilderFunction()
in order to obtain a builder function that creates thePrincipalSelection
extension.If the SP is a signature service, the generator will invoke theSwedishEidAuthnRequestGeneratorContext.getSignMessageBuilderFunction()
method in order to obtain a builder of aSignMessage
object.If an IdP has support for theUserMessage
extension, the generator will invoke theSwedishEidAuthnRequestGeneratorContext.getUserMessageBuilderFunction()
method in order to btain a builder for aUserMessage
object.