Uses of Package
se.swedenconnect.opensaml.sweid.saml2.request
Packages that use se.swedenconnect.opensaml.sweid.saml2.request
Package
Description
Support for generating authentication requests according to the Swedish eID Framework.
-
Classes in se.swedenconnect.opensaml.sweid.saml2.request used by se.swedenconnect.opensaml.sweid.saml2.requestClassDescriptionThe generator will invoke the
SwedishEidAuthnRequestGeneratorContext.getPrincipalSelectionBuilderFunction()in order to obtain a builder function that creates thePrincipalSelectionextension.If the SP is a signature service, the generator will invoke theSwedishEidAuthnRequestGeneratorContext.getSignMessageBuilderFunction()method in order to obtain a builder of aSignMessageobject.If an IdP has support for theUserMessageextension, the generator will invoke theSwedishEidAuthnRequestGeneratorContext.getUserMessageBuilderFunction()method in order to btain a builder for aUserMessageobject.