Package io.vertx.up.secure.authorization
-
Interface Summary Interface Description AuthorizationExtensionHandler AuthorizationResource -
Class Summary Class Description AuthorizationBuiltInHandler Async authorization handler to extract resource from async databaseAuthorizationBuiltInProvider AuthorizationResourceImpl There 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.