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 classAuthenticatedUserInstance 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 IAuthenticatedUserIAuthenticatedUserProvider. getUser(long id)Gets the basic user info for a user from its unique user ID.IAuthenticatedUserIAuthenticatedUserProvider. 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 IAuthenticatedUserUserLocation. userThe authenticated user.Methods in com.iizix.user.geo that return IAuthenticatedUser Modifier and Type Method Description IAuthenticatedUserIUserLocationHistory. getUserInformation()Returns the authenticated user.Constructors in com.iizix.user.geo with parameters of type IAuthenticatedUser Constructor Description UserLocation(IAuthenticatedUser user, DeviceLocation location)Constructor.