Interface SAML2MessageReceiver

All Known Implementing Classes:
AbstractSAML2MessageReceiver, SAML2ArtifactBindingMessageReceiver, SAML2LogoutMessageReceiver, SAML2WebSSOMessageReceiver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SAML2MessageReceiver
Defined ops to handle receiving saml messages from IdPs.
Since:
1.7
Author:
Misagh Moayyed
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pac4j.core.credentials.Credentials
     
  • Method Details

    • receiveMessage

      org.pac4j.core.credentials.Credentials receiveMessage(SAML2MessageContext context)