Package io.vertx.tp.rbac.authorization
Interface ScDetent
- All Known Implementing Classes:
GcCritical,GcHorizon,GcOverlook,GdCritical,GdHorizon,GdOverlook,GeCritical,GeHorizon,GeOverlook,GiCritical,GiHorizon,GiOverlook,GpCritical,GpHorizon,GpOverlook,ScDetentChild,ScDetentExtend,ScDetentGroup,ScDetentInherit,ScDetentParent,ScDetentRole
public interface ScDetent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ScDetentchildren(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles) static ScDetentextend(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles) static ScDetentgroup(io.vertx.core.json.JsonObject input) static ScDetentinherit(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles) static ScDetentparent(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles) io.vertx.core.json.JsonObjectproc(List<ProfileRole> profiles) default io.vertx.core.Future<io.vertx.core.json.JsonObject>procAsync(List<ProfileRole> profiles) static ScDetentuser(io.vertx.core.json.JsonObject input)
-
Method Details
-
user
-
group
-
parent
-
inherit
-
extend
-
children
-
proc
-
procAsync
-