Uses of Class
com.iizix.server.user.AuthenticatedUser
Package
Description
Uses of AuthenticatedUser in com.iizix.server.agreement
ModifierConstructorDescriptionAcceptedAgreement
(LicenseAgreement agreement, String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro) Constructs a user acceptance of an agreement.Uses of AuthenticatedUser in com.iizix.server.geo
Modifier and TypeMethodDescriptionUserLocationHistory.getUserInformation()
Returns the authenticated user.Modifier and TypeMethodDescriptionboolean
LocationsManager.addLocation
(AuthenticatedUser user, DeviceLocation location) Adds a new location for a user.Uses of AuthenticatedUser in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getAuthenticatedUser()
Gets the authenticated user information.Modifier and TypeMethodDescriptionAppSessionGyro.changeExternallyAuthenticatedUser
(AuthenticatedUser authUser) Changes the authenticated user due an external authentication mechanism such as LinkedIn.ModifierConstructorDescriptionAppSessionGyro
(ServerShell server, SessionInfo appSessionInfo, 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
Modifier and TypeMethodDescriptionUserAuthenticationInfo.getAuthenticatedUser()
Gets the authenticated user information.static AuthenticatedUser
AuthenticatedUser.getUndefinedUser()
Gets the undefined "authenticated" user.UserAuthentication.getUser
(long id) Gets the basic user info for a user from its unique user ID.Gets the instance of a user with its information.UserAuthentication.getUser
(Connection conn, long id) Gets the basic user info for a user from its unique user ID.UserAuthentication.getUser
(Connection conn, String userName) Gets the instance of a user with its information.UserAuthentication.getUser
(Connection conn, String userName, String password) Gets the instance of a user with its information.UserProfileImageRequest.getUser()
Gets the user.UserAuthentication.getUserFromEmail
(String emailAddress) Looks up a user from the email.