|
@@ -3,9 +3,11 @@ package org.hswebframework.web.authorization.access;
|
|
|
import java.util.Set;
|
|
|
|
|
|
/**
|
|
|
- * TODO 完成注释
|
|
|
+ * 对字段进行过滤操作配置,实现字段级别的权限控制
|
|
|
*
|
|
|
* @author zhouhao
|
|
|
+ * @see DataAccessConfig
|
|
|
+ * @see org.hswebframework.web.authorization.simple.SimpleFieldFilterDataAccessConfig
|
|
|
*/
|
|
|
public interface FieldFilterDataAccessConfig extends DataAccessConfig {
|
|
|
Set<String> getFields();
|