Interface SwedishEidAuthnRequestGeneratorContext.SignMessageBuilderFunction
- All Superinterfaces:
BiFunction<org.opensaml.saml.saml2.metadata.EntityDescriptor,
SignMessageEncrypter, SignMessage>
- Enclosing interface:
SwedishEidAuthnRequestGeneratorContext
public static interface SwedishEidAuthnRequestGeneratorContext.SignMessageBuilderFunction
extends BiFunction<org.opensaml.saml.saml2.metadata.EntityDescriptor,SignMessageEncrypter,SignMessage>
If the SP is a signature service, the generator will invoke the
SwedishEidAuthnRequestGeneratorContext.getSignMessageBuilderFunction()
method in order to obtain a builder
of a SignMessage
object. The builder function is supplied with the recipient metadata and may be supplied
with a SignMessageEncrypter
instance. If not, encrypted messages can not be created.-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply