public class JFlyFoxUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MENU_ABOUT |
static String |
USER_KEY
session唯一Key
|
static int |
USER_TYPE_ADMIN
管理员
|
static int |
USER_TYPE_API
API用户
|
static int |
USER_TYPE_FRONT
前台用户
|
static int |
USER_TYPE_NORMAL
普通用户
|
static int |
USER_TYPE_OTHER
其他用户
|
static int |
USER_TYPE_THIRD
第三方用户
|
| Constructor and Description |
|---|
JFlyFoxUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cookieDecrypt(String encryptPassword)
cookie解码
2015年2月25日 下午2:22:13 flyfox 369191470@qq.com
|
static String |
cookieEncrypt(String password)
cookie编码
2015年2月25日 下午2:22:08 flyfox 369191470@qq.com
|
static String |
delScriptTag(String htmlStr)
删除侵入脚本
2015年6月20日 下午5:16:21 flyfox 369191470@qq.com
|
static String |
getDefaultPassword()
默认密码
2015年2月25日 下午2:23:37 flyfox 369191470@qq.com
|
static boolean |
isBack(String path)
是否是后台请求地址
2015年2月27日 上午11:38:37 flyfox 369191470@qq.com
|
static void |
main(String[] args) |
static String |
passwordDecrypt(String encryptPassword)
解码
2015年2月25日 下午2:22:13 flyfox 369191470@qq.com
|
static String |
passwordEncrypt(String password)
编码
2015年2月25日 下午2:22:08 flyfox 369191470@qq.com
|
public static final int USER_TYPE_ADMIN
public static final int USER_TYPE_NORMAL
public static final int USER_TYPE_FRONT
public static final int USER_TYPE_THIRD
public static final int USER_TYPE_API
public static final int USER_TYPE_OTHER
public static final String USER_KEY
public static final int MENU_ABOUT
public static void main(String[] args)
public static String passwordEncrypt(String password)
password - public static String passwordDecrypt(String encryptPassword)
encryptPassword - public static String cookieEncrypt(String password)
password - public static String cookieDecrypt(String encryptPassword)
encryptPassword - public static String getDefaultPassword()
public static String delScriptTag(String htmlStr)
htmlStr - public static boolean isBack(String path)
path - Copyright © 2018. All rights reserved.