Uses of Interface
io.vertx.up.secure.authorization.AuthorizationResource
-
Packages that use AuthorizationResource Package Description io.vertx.up.secure.authorization -
-
Uses of AuthorizationResource in io.vertx.up.secure.authorization
Classes in io.vertx.up.secure.authorization that implement AuthorizationResource Modifier and Type Class Description classAuthorizationResourceImplThere 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.Methods in io.vertx.up.secure.authorization that return AuthorizationResource Modifier and Type Method Description static AuthorizationResourceAuthorizationResource. buildIn(io.vertx.up.atom.secure.Aegis aegis)Methods in io.vertx.up.secure.authorization with parameters of type AuthorizationResource Modifier and Type Method Description static AuthorizationBuiltInHandlerAuthorizationBuiltInHandler. create(AuthorizationResource resource)
-