| 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 |
|---|---|
protected io.vertx.ext.web.Route |
Resource.get(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 © 2020. All rights reserved.