mirror of https://gitee.com/stylefeng/guns
修改注释
parent
27cd206861
commit
aedaabd13b
|
@ -1,15 +1,20 @@
|
||||||
package com.stylefeng.guns.rest.modular.auth.security;
|
package com.stylefeng.guns.rest.modular.auth.security;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <pre>
|
||||||
* 信息传递的保护措施(传递的数据为json)
|
* 信息传递的保护措施(传递的数据为json)
|
||||||
*
|
*
|
||||||
|
* 说明:
|
||||||
|
* 可以根据实际开发时的需要,编写自己的数据加密方案,只需实现此类,并在WebConfig下配置您所编写的实现类即可
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
* @author fengshuonan
|
* @author fengshuonan
|
||||||
* @date 2017-09-18 20:41
|
* @date 2017-09-18 20:41
|
||||||
*/
|
*/
|
||||||
public interface DataSecurityAction {
|
public interface DataSecurityAction {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 执行数据的保护措施(可以实现自定义的保护措施)
|
* 执行数据的保护措施
|
||||||
*
|
*
|
||||||
* @author stylefeng
|
* @author stylefeng
|
||||||
* @Date 2017/9/18 20:42
|
* @Date 2017/9/18 20:42
|
||||||
|
|
Loading…
Reference in New Issue