Package io.vertx.up.secure.authorization
package io.vertx.up.secure.authorization
-
ClassDescriptionAsync authorization handler to extract resource from async databaseThere are some difference between vertx and zero, in vertx, the resource and permissions are defined in Static Mode, it means that you won't fetch resource in your @AuthorizedResource method, in this kind of situation, you can pass `Authorization` object and keep matching unique one.