@@ -0,0 +1,25 @@ | |||
package com.tuoheng.gateway.constants; | |||
/** | |||
* 安全配置常量 | |||
*/ | |||
public class AuthorityConstant { | |||
/** | |||
* admin 用户权限 | |||
*/ | |||
public static final String SCOPE_ADMIN = "SCOPE_ADMIN"; | |||
/** | |||
* dsp 用户权限 | |||
*/ | |||
public static final String SCOPE_DSP = "SCOPE_DSP"; | |||
/** | |||
* 河湖长用户权限 | |||
*/ | |||
public static final String SCOPE_HHZ = "SCOPE_HHZ"; | |||
} |