public class OsPassChangeInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isCancelled
Flag to indicate the operation was cancelled.
|
java.lang.String |
newPass1
The new OS account password, as typed the first time.
|
java.lang.String |
newPass2
The new OS account password, as typed the second time.
|
java.lang.String |
oldPass
The current / old OS account password.
|
java.lang.String |
osUser
The OS account name.
|
| Constructor and Description |
|---|
OsPassChangeInput() |
public java.lang.String osUser
public boolean isCancelled
public java.lang.String oldPass
public java.lang.String newPass1
public java.lang.String newPass2