Class GetUsersResponse

java.lang.Object
org.elasticsearch.client.security.GetUsersResponse

public class GetUsersResponse extends Object
Response when requesting zero or more users. Returns a List of User objects
  • Field Details

    • USERNAME

      public static final org.elasticsearch.xcontent.ParseField USERNAME
    • ROLES

      public static final org.elasticsearch.xcontent.ParseField ROLES
    • FULL_NAME

      public static final org.elasticsearch.xcontent.ParseField FULL_NAME
    • EMAIL

      public static final org.elasticsearch.xcontent.ParseField EMAIL
    • METADATA

      public static final org.elasticsearch.xcontent.ParseField METADATA
    • ENABLED

      public static final org.elasticsearch.xcontent.ParseField ENABLED
    • USER_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<GetUsersResponse.ParsedUser,String> USER_PARSER
  • Constructor Details

    • GetUsersResponse

      public GetUsersResponse(Set<User> users, Set<User> enabledUsers)
  • Method Details