Class UserConfiguration
java.lang.Object
com.morpheusdata.model.provisioning.UserConfiguration
Light-weight representation of user specific data
- Since:
- 0.9.0
-
Field Summary
Modifier and TypeFieldDescriptionwhether the user should be immediately changed during initthe display name for the userthe public keys for the userthe password for the userthe server group for the userwhether the user should be a sudo userthe username for the user -
Constructor Summary
-
Method Summary
-
Field Details
-
username
the username for the user -
password
the password for the user -
displayName
the display name for the user -
keys
the public keys for the user -
serverGroup
the server group for the user -
sudoUser
whether the user should be a sudo user -
change
whether the user should be immediately changed during init
-
-
Constructor Details
-
UserConfiguration
public UserConfiguration()
-
-
Method Details
-
toMap
- Returns:
- hash map of UserConfiguration properties and values
-