Uses of Class
io.vertx.tp.rbac.logged.ProfileType
-
Packages that use ProfileType Package Description io.vertx.tp.error io.vertx.tp.rbac.authorization io.vertx.tp.rbac.logged -
-
Uses of ProfileType in io.vertx.tp.error
Constructors in io.vertx.tp.error with parameters of type ProfileType Constructor Description _403ProfileConflictException(Class<?> clazz, ProfileType expected, ProfileType current) -
Uses of ProfileType in io.vertx.tp.rbac.authorization
Methods in io.vertx.tp.rbac.authorization with parameters of type ProfileType Modifier and Type Method Description static Consumer<io.vertx.core.json.JsonObject>Assembler. eager(ProfileType type, List<ProfileRole> profiles)static Consumer<io.vertx.core.json.JsonObject>Assembler. intersect(ProfileType type, List<ProfileRole> profiles)static Consumer<io.vertx.core.json.JsonObject>Assembler. lazy(ProfileType type, List<ProfileRole> profiles)static Consumer<io.vertx.core.json.JsonObject>Assembler. union(ProfileType type, List<ProfileRole> profiles) -
Uses of ProfileType in io.vertx.tp.rbac.logged
-