public interface IUserStorage
Provide operation interface for local storage of user information.
abstract boolean
store(User user)
abstract User
load()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract boolean store(User user)
Store the user locally.
user
abstract User load()
Load user.
abstract boolean remove()
Clear the user stored locally.