Interface SAMLMessageStoreFactory

  • All Known Implementing Classes:
    EmptyStoreFactory, HazelcastSAMLMessageStoreFactory, HttpSessionStoreFactory
    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 SAMLMessageStoreFactory
    Factories implementing this interface provide services for storing and retrieval of SAML messages for e.g. verification of retrieved responses.
    • Method Detail

      • getMessageStore

        SAMLMessageStore getMessageStore​(org.pac4j.core.context.WebContext context,
                                         org.pac4j.core.context.session.SessionStore sessionStore)
        Provides message store related to the given request.
        Parameters:
        context - the web context
        sessionStore - the session store
        Returns:
        store objects