java.lang.Object
io.vertx.mutiny.ext.auth.authorization.Authorization
io.vertx.mutiny.ext.auth.authorization.RoleBasedAuthorization

public class RoleBasedAuthorization extends Authorization
Represents a role. Note that this role can optionally be assigned to a specific resource

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

  • Field Details

  • Constructor Details

    • RoleBasedAuthorization

      public RoleBasedAuthorization(io.vertx.ext.auth.authorization.RoleBasedAuthorization delegate)
    • RoleBasedAuthorization

      public RoleBasedAuthorization(Object delegate)
  • Method Details