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

    • computePrefixedKey

      public String computePrefixedKey(String key)