Uses of Class
com.iizix.server.user.AuthenticatedUser
Packages that use AuthenticatedUser Package Description com.iizix.server.agreement com.iizix.server.geo com.iizix.server.gyro com.iizix.server.user Uses of AuthenticatedUser in com.iizix.server.agreement
Fields in com.iizix.server.agreement declared as AuthenticatedUser Modifier and Type Field Description AuthenticatedUser
AcceptedAgreement. user
The User.Constructors in com.iizix.server.agreement with parameters of type AuthenticatedUser Constructor Description AcceptedAgreement(LicenseAgreement agreement, java.lang.String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro)
Constructs a user acceptance of an agreement.Uses of AuthenticatedUser in com.iizix.server.geo
Methods in com.iizix.server.geo that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUser
UserLocationHistory. getUserInformation()
Returns the authenticated user.Methods in com.iizix.server.geo with parameters of type AuthenticatedUser Modifier and Type Method Description boolean
LocationsManager. addLocation(AuthenticatedUser user, DeviceLocation location)
Adds a new location for a user.Constructors in com.iizix.server.geo with parameters of type AuthenticatedUser Constructor Description UserLocationHistory(AuthenticatedUser user)
Constructor.Uses of AuthenticatedUser in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUser
AppSessionGyro. getAuthenticatedUser()
Gets the authenticated user information.Methods in com.iizix.server.gyro with parameters of type AuthenticatedUser Modifier and Type Method Description LoginResult
AppSessionGyro. changeExternallyAuthenticatedUser(AuthenticatedUser authUser)
Changes the authenticated user due an external authentication mechanism such as LinkedIn.Constructors in com.iizix.server.gyro with parameters of type AuthenticatedUser Constructor Description AppSessionGyro(ServerShell server, SessionInfo appSessionInfo, java.lang.ThreadGroup appThreadGroup, UserSessions userSessions, ClientParams clientParams, AuthenticatedUser authUser)
Constructs the instance of the application for the first user session.Uses of AuthenticatedUser in com.iizix.server.user
Methods in com.iizix.server.user that return AuthenticatedUser Modifier and Type Method Description AuthenticatedUser
UserAuthenticationInfo. getAuthenticatedUser()
Gets the authenticated user information.static AuthenticatedUser
AuthenticatedUser. getUndefinedUser()
Gets the undefined "authenticated" user.AuthenticatedUser
UserAuthentication. getUser(long id)
Gets the basic user info for a user from its unique user ID.AuthenticatedUser
UserAuthentication. getUser(java.lang.String userName)
Gets the instance of a user with its information.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, long id)
Gets the basic user info for a user from its unique user ID.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName)
Gets the instance of a user with its information.AuthenticatedUser
UserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName, java.lang.String password)
Gets the instance of a user with its information.AuthenticatedUser
UserProfileImageRequest. getUser()
Gets the user.AuthenticatedUser
UserAuthentication. getUserFromEmail(java.lang.String emailAddress)
Looks up a user from the email.