INNER CODE UNIT · Java

ShiroSessionStore

bujiio/buji-pac4j · src/main/java/io/buji/pac4j/context/ShiroSessionStore.java:38

public class ShiroSessionStore implements SessionStore {

    private static Logger LOGGER = LoggerFactory.getLogger(ShiroSessionStore.class);

    /**
     * The instance.
     */
    public static final ShiroSessionStore INSTANCE = new ShiroSessionStore();

    /**
     * Protected constructor.
     */
    protected ShiroSessionStore() {}

    /**
     * Get the Shiro session (do not create it if it does not exist).
     *
     * @param createSession create a session if requested

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…