Interface SwedishEidAuthnRequestGeneratorContext.UserMessageBuilderFunction
- All Superinterfaces:
Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,
UserMessage>
- Enclosing interface:
SwedishEidAuthnRequestGeneratorContext
public static interface SwedishEidAuthnRequestGeneratorContext.UserMessageBuilderFunction
extends Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,UserMessage>
If an IdP has support for the
UserMessage
extension, the generator will invoke the
SwedishEidAuthnRequestGeneratorContext.getUserMessageBuilderFunction()
method in order to btain a builder for a UserMessage
object. The
builder function is supplied the recipient metadata.-
Method Summary