Class WildcardPermissionBasedAuthorization

java.lang.Object
io.vertx.rxjava3.ext.auth.authorization.WildcardPermissionBasedAuthorization
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Authorization

public class WildcardPermissionBasedAuthorization extends Object implements io.vertx.lang.rx.RxDelegate, Authorization
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.