Uses of Class
io.vertx.mutiny.ext.auth.oauth2.OAuth2RBAC
-
Packages that use OAuth2RBAC Package Description io.vertx.mutiny.ext.auth.oauth2 io.vertx.mutiny.ext.auth.oauth2.rbac -
-
Uses of OAuth2RBAC in io.vertx.mutiny.ext.auth.oauth2
Fields in io.vertx.mutiny.ext.auth.oauth2 with type parameters of type OAuth2RBAC Modifier and Type Field Description static TypeArg<OAuth2RBAC>
OAuth2RBAC. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.oauth2 that return OAuth2RBAC Modifier and Type Method Description static OAuth2RBAC
OAuth2RBAC. newInstance(io.vertx.ext.auth.oauth2.OAuth2RBAC arg)
Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type OAuth2RBAC Modifier and Type Method Description OAuth2Auth
OAuth2Auth. rbacHandler(OAuth2RBAC rbac)
Deprecated. -
Uses of OAuth2RBAC in io.vertx.mutiny.ext.auth.oauth2.rbac
Methods in io.vertx.mutiny.ext.auth.oauth2.rbac that return OAuth2RBAC Modifier and Type Method Description static OAuth2RBAC
KeycloakRBAC. create(io.vertx.ext.auth.oauth2.OAuth2Options options)
static OAuth2RBAC
MicroProfileRBAC. create()
-