Class PrefixedSessionStore

java.lang.Object
org.pac4j.core.context.session.PrefixedSessionStore
All Implemented Interfaces:
SessionStore

public abstract class PrefixedSessionStore extends Object implements SessionStore
Session store with prefix.
Since:
5.7.2
Author:
Jerome Leleu
  • Constructor Details

    • PrefixedSessionStore

      public PrefixedSessionStore()
  • Method Details

    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String prefix)
    • computePrefixedKey

      protected String computePrefixedKey(String key)