Uses of Interface
io.avaje.jex.security.Role
Packages that use Role
-
Uses of Role in io.avaje.jex
Methods in io.avaje.jex that return types with arguments of type RoleModifier and TypeMethodDescriptionRouting.Entry.getRoles()Return the roles.Context.routeRoles()Returns a set of roles associated with the current route.Methods in io.avaje.jex with parameters of type RoleModifier and TypeMethodDescriptiondefault JexJex.delete(String path, ExchangeHandler handler, Role... roles) Adds a DELETE handler to the route configuration.Routing.delete(String path, ExchangeHandler handler, Role... roles) Adds a DELETE handler to the route configuration.default JexJex.get(String path, ExchangeHandler handler, Role... roles) Adds a GET handler to the route configuration.Routing.get(String path, ExchangeHandler handler, Role... roles) Adds a GET handler to the route configuration.Routing.head(String path, ExchangeHandler handler, Role... roles) Adds a HEAD handler to the route configuration.default JexJex.options(String path, ExchangeHandler handler, Role... roles) Adds an OPTIONS handler to the route configuration.Routing.options(String path, ExchangeHandler handler, Role... roles) Adds an OPTIONS handler to the route configuration.default JexJex.patch(String path, ExchangeHandler handler, Role... roles) Adds a PATCH handler to the route configuration.Routing.patch(String path, ExchangeHandler handler, Role... roles) Adds a PATCH handler to the route configuration.default JexJex.post(String path, ExchangeHandler handler, Role... roles) Adds a POST handler to the route configuration.Routing.post(String path, ExchangeHandler handler, Role... roles) Adds a POST handler to the route configuration.default JexJex.put(String path, ExchangeHandler handler, Role... roles) Adds a PUT handler to the route configuration.Routing.put(String path, ExchangeHandler handler, Role... roles) Adds a PUT handler to the route configuration.Routing.trace(String path, ExchangeHandler handler, Role... roles) Adds a TRACE handler to the route configuration.