跳过导航链接
A B C D G I R S V W X 

A

addBlackItem(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.BlackListApi
添加名单条目
addWhiteItem(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.WhiteListApi
添加名单条目

B

BLACK_LIST_CACHE_KEY_PREFIX - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CounterConstants
黑名单 缓存前缀标识
BlackListApi - cn.stylefeng.roses.kernel.security.api中的接口
黑名单Api 在黑名单的用户会被禁止访问程序

C

captcha() - 接口 中的方法cn.stylefeng.roses.kernel.security.api.ImageCaptchaApi
生成图形验证码
CAPTCHA_CACHE_KEY_PREFIX - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CaptchaConstants
验证码 缓存前缀标识
CaptchaConstants - cn.stylefeng.roses.kernel.security.api.constants中的接口
图形验证码模块的常量
cn.stylefeng.roses.kernel.security.api - 程序包 cn.stylefeng.roses.kernel.security.api
 
cn.stylefeng.roses.kernel.security.api.constants - 程序包 cn.stylefeng.roses.kernel.security.api.constants
 
cn.stylefeng.roses.kernel.security.api.exception - 程序包 cn.stylefeng.roses.kernel.security.api.exception
 
cn.stylefeng.roses.kernel.security.api.exception.enums - 程序包 cn.stylefeng.roses.kernel.security.api.exception.enums
 
cn.stylefeng.roses.kernel.security.api.expander - 程序包 cn.stylefeng.roses.kernel.security.api.expander
 
cn.stylefeng.roses.kernel.security.api.pojo - 程序包 cn.stylefeng.roses.kernel.security.api.pojo
 
contains(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.BlackListApi
是否包含某个值
contains(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.WhiteListApi
是否包含某个值
COUNT_NUMBER - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CounterConstants
计数校验用的 时间窗内的次数
COUNT_VALIDATE_CACHE_KEY_PREFIX - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CounterConstants
计数校验用的 缓存前缀标识
countAndValidate(String, Long, Long) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.CountValidatorApi
记录key的操作次数加1,并校验次数是否在当前时间窗内超标
CounterConstants - cn.stylefeng.roses.kernel.security.api.constants中的接口
黑白名单和计数器的常量
CountValidateException - cn.stylefeng.roses.kernel.security.api.exception中的异常错误
计数器校验异常
CountValidateException(AbstractExceptionEnum, Object...) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.CountValidateException
 
CountValidateException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.CountValidateException
 
CountValidateExceptionEnum - cn.stylefeng.roses.kernel.security.api.exception.enums中的枚举
计数器校验
CountValidatorApi - cn.stylefeng.roses.kernel.security.api中的接口
计数and校验API 检验一个key(用户或某个IP等)在一个时间段内的操作次数是否超标
createCaptcha() - 接口 中的方法cn.stylefeng.roses.kernel.security.api.DragCaptchaApi
生成拖拽验证码的返回值

D

DEFAULT_CAPTCHA_OPEN - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.SecurityConstants
默认验证码的开关:关闭
DEFAULT_XSS_PATTERN - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.SecurityConstants
XSS默认拦截范围
DragCaptchaApi - cn.stylefeng.roses.kernel.security.api中的接口
拖拽验证码
DragCaptchaImageDTO - cn.stylefeng.roses.kernel.security.api.pojo中的类
剪裁图片dto传输实体
DragCaptchaImageDTO(String, String, int, int) - 类 的构造器cn.stylefeng.roses.kernel.security.api.pojo.DragCaptchaImageDTO
 

G

getBlackList() - 接口 中的方法cn.stylefeng.roses.kernel.security.api.BlackListApi
获取整个黑名单
getCaptchaOpen() - 类 中的静态方法cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
获取验证码的开关
getDragCaptchaOpen() - 类 中的静态方法cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
获取拖拽验证码的开关
getEncryptSecretKey() - 类 中的静态方法cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
获取AES秘钥
getUrlExclusion() - 类 中的静态方法cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
获取XSS排除过滤的url范围
getUrlPatterns() - 类 中的静态方法cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
获取XSS过滤的url范围
getVerCode(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.ImageCaptchaApi
根据key值获取验证码
getWhiteList() - 接口 中的方法cn.stylefeng.roses.kernel.security.api.WhiteListApi
获取整个白名单

I

ImageCaptcha - cn.stylefeng.roses.kernel.security.api.pojo中的类
EasyCaptcha 图形验证码参数
ImageCaptcha() - 类 的构造器cn.stylefeng.roses.kernel.security.api.pojo.ImageCaptcha
 
ImageCaptchaApi - cn.stylefeng.roses.kernel.security.api中的接口
图形验证码Api 开启用户登录图形验证码后获取图形验证码

R

RECORD_TIME_SECONDS - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CounterConstants
计数校验用的 计数当时的秒数
removeBlackItem(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.BlackListApi
删除名单条目
removeWhiteItem(String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.WhiteListApi
删除名单条目

S

SECURITY_EXCEPTION_STEP_CODE - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.SecurityConstants
异常枚举的步进值
SECURITY_MODULE_NAME - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.SecurityConstants
安全模块的名称
SecurityConfigExpander - cn.stylefeng.roses.kernel.security.api.expander中的类
安全模块的配置
SecurityConfigExpander() - 类 的构造器cn.stylefeng.roses.kernel.security.api.expander.SecurityConfigExpander
 
SecurityConstants - cn.stylefeng.roses.kernel.security.api.constants中的接口
安全模块常量
SecurityException - cn.stylefeng.roses.kernel.security.api.exception中的异常错误
安全模块异常
SecurityException(AbstractExceptionEnum, Object...) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.SecurityException
 
SecurityException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.SecurityException
 
SecurityExceptionEnum - cn.stylefeng.roses.kernel.security.api.exception.enums中的枚举
安全模块异常枚举

V

validateCaptcha(String, Integer) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.DragCaptchaApi
验证拖拽验证码
validateCaptcha(String, String) - 接口 中的方法cn.stylefeng.roses.kernel.security.api.ImageCaptchaApi
校验图形验证码
valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.CountValidateExceptionEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.SecurityExceptionEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.XssFilterExceptionEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.CountValidateExceptionEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.SecurityExceptionEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.security.api.exception.enums.XssFilterExceptionEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WHITE_LIST_CACHE_KEY_PREFIX - 接口 中的静态变量cn.stylefeng.roses.kernel.security.api.constants.CounterConstants
白名单 缓存前缀标识
WhiteListApi - cn.stylefeng.roses.kernel.security.api中的接口
白名单Api 在白名单的用户不会进行被访问受限

X

XssFilterException - cn.stylefeng.roses.kernel.security.api.exception中的异常错误
XSS过滤异常
XssFilterException(AbstractExceptionEnum, Object...) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.XssFilterException
 
XssFilterException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.security.api.exception.XssFilterException
 
XssFilterExceptionEnum - cn.stylefeng.roses.kernel.security.api.exception.enums中的枚举
XSS过滤异常的枚举
A B C D G I R S V W X 
跳过导航链接

Copyright © 2022. All rights reserved.