Class PayloadFromRequestObjectLookupFunction

  • All Implemented Interfaces:
    Function<MessageContext,​com.nimbusds.jose.Payload>

    public class PayloadFromRequestObjectLookupFunction
    extends Object
    implements Function<MessageContext,​com.nimbusds.jose.Payload>
    Extract the Payload from the Request Object inside the OIDCAuthenticationRequest. The Payload must either be signed, or plain. The payload will not be available if still encrypted.