public class OsUserDef
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.Date |
dateTime
Date and time password was last changed; may be null
|
java.lang.String |
description
Description of the OS account.
|
boolean |
enabled
State of the account
|
byte[] |
password
Encoded password for this account; may be null if not protected.
|
java.lang.String |
plainPassword
Plain password for this account; used only to transfer new changes from the administration
client to the server over https.
|
boolean |
protect
Flag to indicate if the password should not be changed, if an empty value provided.
|
java.lang.String |
subjectId
OS user account name
|
| Constructor and Description |
|---|
OsUserDef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of the object.
|
public java.lang.String subjectId
public java.lang.String description
public boolean enabled
public boolean protect
public byte[] password
public java.lang.String plainPassword
public java.util.Date dateTime