Class EmptyStoreFactory

java.lang.Object
org.pac4j.saml.store.EmptyStoreFactory
All Implemented Interfaces:
SAMLMessageStoreFactory

public class EmptyStoreFactory extends Object implements SAMLMessageStoreFactory
Storage factory which doesn't return any store implementation and disables the message store mechanism.
Author:
bidou
  • Constructor Details

    • EmptyStoreFactory

      public EmptyStoreFactory()
  • Method Details

    • getMessageStore

      public SAMLMessageStore getMessageStore(org.pac4j.core.context.WebContext request, org.pac4j.core.context.session.SessionStore sessionStore)
      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