Class EmptyStoreFactory

  • All Implemented Interfaces:
    SAMLMessageStoreFactory

    public class EmptyStoreFactory
    extends java.lang.Object
    implements SAMLMessageStoreFactory
    Storage factory which doesn't return any store implementation and disables the message store mechanism.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SAMLMessageStore getMessageStore​(org.pac4j.core.context.WebContext request, org.pac4j.core.context.session.SessionStore sessionStore)
      Provides message store related to the given request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyStoreFactory

        public EmptyStoreFactory()
    • Method Detail

      • getMessageStore

        public SAMLMessageStore getMessageStore​(org.pac4j.core.context.WebContext request,
                                                org.pac4j.core.context.session.SessionStore sessionStore)
        Description copied from interface: SAMLMessageStoreFactory
        Provides message store related to the given request.
        Specified by:
        getMessageStore in interface SAMLMessageStoreFactory
        Parameters:
        request - the web context
        sessionStore - the session store
        Returns:
        store objects