Package org.pac4j.saml.store
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.
-
-
Constructor Summary
Constructors Constructor Description EmptyStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAMLMessageStoregetMessageStore(WebContext request)Provides message store related to the given request.
-
-
-
Method Detail
-
getMessageStore
public SAMLMessageStore getMessageStore(WebContext request)
Description copied from interface:SAMLMessageStoreFactoryProvides message store related to the given request.- Specified by:
getMessageStorein interfaceSAMLMessageStoreFactory- Parameters:
request- currently processed context- Returns:
- store objects
-
-