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
  • Method Details

    • user

      static ScDetent user(io.vertx.core.json.JsonObject input)
    • group

      static ScDetent group(io.vertx.core.json.JsonObject input)
    • parent

      static ScDetent parent(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
    • inherit

      static ScDetent inherit(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
    • extend

      static ScDetent extend(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
    • children

      static ScDetent children(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
    • proc

      io.vertx.core.json.JsonObject proc(List<ProfileRole> profiles)
    • procAsync

      default io.vertx.core.Future<io.vertx.core.json.JsonObject> procAsync(List<ProfileRole> profiles)