Uses of Interface
io.avaje.jex.Role
-
Packages that use Role Package Description io.avaje.jex -
-
Uses of Role in io.avaje.jex
Methods in io.avaje.jex that return types with arguments of type Role Modifier and Type Method Description Set<Role>Routing.Entry. getRoles()Return the roles.Method parameters in io.avaje.jex with type arguments of type Role Modifier and Type Method Description RoutingRouting. get(Handler handler, Set<Role> permittedRoles)Add a GET handler for "/" with roles.RoutingRouting. get(String path, Handler handler, Set<Role> permittedRoles)Add a GET handler with roles.voidAccessManager. manage(Handler handler, Context ctx, Set<Role> permittedRoles)RoutingRouting. post(Handler handler, Set<Role> permittedRoles)Add a POST handler for "/" with roles.RoutingRouting. post(String path, Handler handler, Set<Role> permittedRoles)Add a POST handler with roles.
-