Package org.pac4j.saml.store


package org.pac4j.saml.store
  • Class
    Description
    Storage factory which doesn't return any store implementation and disables the message store mechanism.
    Class implements store of SAML messages and uses Hazelcast as underlying dataStore.
    Default store factory which provides HTTP Session store.
    Class implements store of SAML messages and uses HttpSession as underlying dataStore.
    Default store factory which provides HTTP Session store.
    Implementations serve as data stores for sent/received SAML messages.
    Factories implementing this interface provide services for storing and retrieval of SAML messages for e.g. verification of retrieved responses.