Class UserConfiguration

java.lang.Object
com.morpheusdata.model.provisioning.UserConfiguration

public class UserConfiguration extends Object
Light-weight representation of user specific data
Since:
0.9.0
  • Field Details

    • username

      public String username
      the username for the user
    • password

      public String password
      the password for the user
    • displayName

      public String displayName
      the display name for the user
    • keys

      public List<String> keys
      the public keys for the user
    • serverGroup

      public String serverGroup
      the server group for the user
    • sudoUser

      public Boolean sudoUser
      whether the user should be a sudo user
    • change

      public Boolean change
      whether the user should be immediately changed during init
  • Constructor Details

    • UserConfiguration

      public UserConfiguration()
  • Method Details

    • toMap

      public Map toMap()
      Returns:
      hash map of UserConfiguration properties and values