Interface SAMLContextProvider

  • All Known Implementing Classes:
    SAML2ContextProvider

    public interface SAMLContextProvider
    Builds the saml context for SP and the IDP.
    Since:
    1.7
    Author:
    Misagh Moayyed
    • Method Detail

      • buildServiceProviderContext

        SAML2MessageContext buildServiceProviderContext​(SAML2Client client,
                                                        org.pac4j.core.context.WebContext webContext,
                                                        org.pac4j.core.context.session.SessionStore sessionStore)
      • buildContext

        SAML2MessageContext buildContext​(SAML2Client client,
                                         org.pac4j.core.context.WebContext webContext,
                                         org.pac4j.core.context.session.SessionStore sessionStore)