public interface UserAuthSource
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Get the source-dependent body material retrieved when this source was created.
|
Date |
getLastSignOn()
Retrieve the time at which this source was last used to sign on, or null if this source has never been used.
|
UserAccount |
getOwner()
Get the user account associated with this source.
|
String |
getScreenName()
Get the displayable screen name associated with this source.
|
String |
getSource()
Get the name of this source.
|
void |
touch()
Update the last time this source was used to login to the current time.
|
void |
updateAccount(UserAccount existing)
Change the user account this source is associated with to the given account.
|
String getSource()
String getScreenName()
String getBody()
void touch()
void updateAccount(UserAccount existing)
existing - the new account to be associated with this source.UserAccount getOwner()
Date getLastSignOn()
Copyright © 2016 Orbital Enterprises. All rights reserved.