Class UserCreateOptions

java.lang.Object
com.arangodb.model.UserCreateOptions

public final class UserCreateOptions extends Object
Author:
Mark Vollmary
  • Constructor Details

    • UserCreateOptions

      public UserCreateOptions()
  • Method Details

    • getUser

      public String getUser()
    • getPasswd

      public String getPasswd()
    • getActive

      public Boolean getActive()
    • active

      public UserCreateOptions active(Boolean active)
      Parameters:
      active - An optional flag that specifies whether the user is active. If not specified, this will default to true
      Returns:
      options
    • getExtra

      public Map<String,Object> getExtra()
    • extra

      public UserCreateOptions extra(Map<String,Object> extra)
      Parameters:
      extra - Optional data about the user
      Returns:
      options