Class GroupsForUserQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<String[]>
com.illumon.iris.db.v2.permissions.GroupsForUserQuery
All Implemented Interfaces:
RemoteQuery<String[]>, Serializable

public class GroupsForUserQuery extends ContextAwareRemoteQuery<String[]>
See Also:
  • Constructor Details

    • GroupsForUserQuery

      public GroupsForUserQuery(String user)
  • Method Details

    • execute

      public String[] execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.