| Package | Description |
|---|---|
| ph.com.nightowlstudios.auth | |
| ph.com.nightowlstudios.resource |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
BasicAuthentication.createAuthZHandler(UserRole role) |
String |
BasicAuthentication.generateToken(io.vertx.core.json.JsonObject claims,
UserRole userRole) |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.ext.web.Route |
Resource.delete(String path,
UserRole role) |
protected io.vertx.ext.web.Route |
Resource.get(String path,
UserRole role) |
protected io.vertx.ext.web.Route |
Resource.post(String path,
UserRole role) |
protected io.vertx.ext.web.Route |
Resource.protectedRoute(io.vertx.core.http.HttpMethod method,
String path,
UserRole role) |
protected io.vertx.ext.web.Route |
Resource.put(String path,
UserRole role) |
Copyright © 2021. All rights reserved.