All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hframework.web.SessionKey Maven / Gradle / Ivy

package com.hframework.web;

/**
 * Created by zhangquanhong on 2016/9/20.
 */
public interface SessionKey {
    public static final String USER = "USER";
    public static final String AUTH = "AUTH";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy