Package cn.vertxup.rbac.service.view
Interface RuleSource
-
- All Known Implementing Classes:
RadixGroup,RadixUi
public interface RuleSource- Author:
- Lang
-
-
Field Summary
Fields Modifier and Type Field Description static ConcurrentMap<SourceGroup,RuleSource>GROUPSstatic ConcurrentMap<SourceType,RuleSource>UIS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>procAsync(io.vertx.core.json.JsonObject inputData, io.vertx.core.json.JsonObject config)
-
-
-
Field Detail
-
UIS
static final ConcurrentMap<SourceType,RuleSource> UIS
-
GROUPS
static final ConcurrentMap<SourceGroup,RuleSource> GROUPS
-
-