Uses of Interface
com.iizix.user.IAuthenticatedUser
Packages that use IAuthenticatedUser Package Description com.iizix.server.user com.iizix.user com.iizix.user.geo Uses of IAuthenticatedUser in com.iizix.server.user
Classes in com.iizix.server.user that implement IAuthenticatedUser Modifier and Type Class Description class
AuthenticatedUser
Instance holding data for the "authenticated" user.Uses of IAuthenticatedUser in com.iizix.user
Methods in com.iizix.user that return IAuthenticatedUser Modifier and Type Method Description IAuthenticatedUser
IAuthenticatedUserProvider. getUser(long id)
Gets the basic user info for a user from its unique user ID.IAuthenticatedUser
IAuthenticatedUserProvider. getUser(java.lang.String userName)
Gets the instance of a user with its information.Uses of IAuthenticatedUser in com.iizix.user.geo
Fields in com.iizix.user.geo declared as IAuthenticatedUser Modifier and Type Field Description IAuthenticatedUser
UserLocation. user
The authenticated user.Methods in com.iizix.user.geo that return IAuthenticatedUser Modifier and Type Method Description IAuthenticatedUser
IUserLocationHistory. getUserInformation()
Returns the authenticated user.Constructors in com.iizix.user.geo with parameters of type IAuthenticatedUser Constructor Description UserLocation(IAuthenticatedUser user, DeviceLocation location)
Constructor.