Uses of Interface
io.vertx.tp.rbac.authorization.ScDetent
-
-
Uses of ScDetent in io.vertx.tp.rbac.authorization
Methods in io.vertx.tp.rbac.authorization that return ScDetent Modifier and Type Method Description static ScDetentScDetent. children(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)static ScDetentScDetent.Group.Child. critical(List<ProfileGroup> original)static ScDetentScDetent.Group. critical()static ScDetentScDetent.Group.Extend. critical(List<ProfileGroup> original)static ScDetentScDetent.Group.Inherit. critical(List<ProfileGroup> original)static ScDetentScDetent.Group.Parent. critical(List<ProfileGroup> original)static ScDetentScDetent. extend(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)static ScDetentScDetent. group(io.vertx.core.json.JsonObject input)static ScDetentScDetent.Group.Child. horizon()static ScDetentScDetent.Group.Extend. horizon(List<ProfileGroup> original)static ScDetentScDetent.Group. horizon()static ScDetentScDetent.Group.Inherit. horizon(List<ProfileGroup> original)static ScDetentScDetent.Group.Parent. horizon()static ScDetentScDetent. inherit(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)static ScDetentScDetent.Group.Child. overlook(List<ProfileGroup> original)static ScDetentScDetent.Group.Extend. overlook(List<ProfileGroup> original)static ScDetentScDetent.Group.Inherit. overlook(List<ProfileGroup> original)static ScDetentScDetent.Group. overlook()static ScDetentScDetent.Group.Parent. overlook(List<ProfileGroup> original)static ScDetentScDetent. parent(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)static ScDetentScDetent. user(io.vertx.core.json.JsonObject input) -
Uses of ScDetent in io.vertx.tp.rbac.authorization.child
Classes in io.vertx.tp.rbac.authorization.child that implement ScDetent Modifier and Type Class Description classGcCriticalclassGcHorizonclassGcOverlook -
Uses of ScDetent in io.vertx.tp.rbac.authorization.detent
Classes in io.vertx.tp.rbac.authorization.detent that implement ScDetent Modifier and Type Class Description classScDetentChildclassScDetentExtendclassScDetentGroupclassScDetentInheritclassScDetentParentclassScDetentRole -
Uses of ScDetent in io.vertx.tp.rbac.authorization.direct
Classes in io.vertx.tp.rbac.authorization.direct that implement ScDetent Modifier and Type Class Description classGdCriticalclassGdHorizonclassGdOverlook -
Uses of ScDetent in io.vertx.tp.rbac.authorization.extend
Classes in io.vertx.tp.rbac.authorization.extend that implement ScDetent Modifier and Type Class Description classGeCriticalclassGeHorizonclassGeOverlook -
Uses of ScDetent in io.vertx.tp.rbac.authorization.inherit
Classes in io.vertx.tp.rbac.authorization.inherit that implement ScDetent Modifier and Type Class Description classGiCriticalclassGiHorizonclassGiOverlook -
Uses of ScDetent in io.vertx.tp.rbac.authorization.parent
Classes in io.vertx.tp.rbac.authorization.parent that implement ScDetent Modifier and Type Class Description classGpCriticalclassGpHorizonclassGpOverlook
-