Class MongoUserUtil

  • All Implemented Interfaces:
    RxDelegate

    public class MongoUserUtil
    extends Object
    implements RxDelegate
    Utility to create users/roles/permissions. This is a helper class and not intended to be a full user management utility. While the standard authentication and authorization interfaces will require usually read only access to the database, in order to use this API a full read/write access must be granted.

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