Class ExUserEpic

java.lang.Object
io.horizon.spi.business.ExUserEpic
All Implemented Interfaces:
ExUser

public class ExUserEpic extends Object implements ExUser
  • Constructor Details

    • ExUserEpic

      public ExUserEpic()
  • Method Details

    • rapport

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> rapport(io.vertx.core.json.JsonObject condition)
      Specified by:
      rapport in interface ExUser
    • rapport

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> rapport(String key, io.vertx.core.json.JsonObject params)
      Specified by:
      rapport in interface ExUser
    • rapport

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> rapport(Set<String> keys)
      Specified by:
      rapport in interface ExUser
    • mapAuditor

      public io.vertx.core.Future<ConcurrentMap<String,String>> mapAuditor(Set<String> keys)
      Specified by:
      mapAuditor in interface ExUser
    • userGroup

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> userGroup(String key)
      Specified by:
      userGroup in interface ExUser
    • mapUser

      public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonObject>> mapUser(Set<String> keys, boolean extension)
      Specified by:
      mapUser in interface ExUser
    • searchUser

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> searchUser(String keyword)
      Specified by:
      searchUser in interface ExUser