Interface SAMLMessageStore

  • All Superinterfaces:
    org.pac4j.core.store.Store<java.lang.String,​org.opensaml.core.xml.XMLObject>
    All Known Implementing Classes:
    HazelcastSAMLMessageStore, HttpSessionStore

    public interface SAMLMessageStore
    extends org.pac4j.core.store.Store<java.lang.String,​org.opensaml.core.xml.XMLObject>
    Implementations serve as data stores for sent/received SAML messages. Potential implementations could be using for example central repository common for all users within the application or HttpSession.

    Messages may need to be stored for example to pair a response with an original request.

    Author:
    Vladimir Schäfer
    • Method Summary

      • Methods inherited from interface org.pac4j.core.store.Store

        get, remove, set