public class RoleExtractor
extends java.lang.Object
| Constructor and Description |
|---|
RoleExtractor(java.lang.String rolePattern) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
extractRoles(io.vertx.core.http.HttpServerRequest request)
Extract the roles from the request.
|