public interface UserAccount
| Modifier and Type | Method and Description |
|---|---|
Date |
getJoinTime()
Retrieve the time at which this user account was created (UTC).
|
Date |
getLastSignOn()
Retrieve the time (UTC) at which this user account last signed on.
|
String |
getUid()
Get the unique ID for this account.
|
boolean |
isDisabled()
Determine whether this account is disabled.
|
void |
touch()
Update the last login time of this account to the current time.
|
boolean isDisabled()
String getUid()
void touch()
Date getJoinTime()
Date getLastSignOn()
Copyright © 2018 Orbital Enterprises. All rights reserved.