Uses of Class
com.iizix.server.user.AuthenticatedUser
Packages that use AuthenticatedUser
Package
Description
Uses of AuthenticatedUser in com.iizix.server.agreement
Fields in com.iizix.server.agreement declared as AuthenticatedUserConstructors in com.iizix.server.agreement with parameters of type AuthenticatedUserModifierConstructorDescriptionAcceptedAgreement
(LicenseAgreement agreement, 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 AuthenticatedUserModifier and TypeMethodDescriptionUserLocationHistory.getUserInformation()
Returns the authenticated user.Methods in com.iizix.server.geo with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionboolean
LocationsManager.addLocation
(AuthenticatedUser user, DeviceLocation location) Adds a new location for a user.Constructors in com.iizix.server.geo with parameters of type AuthenticatedUserUses of AuthenticatedUser in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return AuthenticatedUserModifier and TypeMethodDescriptionAppSessionGyro.getAuthenticatedUser()
Gets the authenticated user information.Methods in com.iizix.server.gyro with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionAppSessionGyro.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 AuthenticatedUserModifierConstructorDescriptionAppSessionGyro
(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
Methods in com.iizix.server.user that return AuthenticatedUserModifier 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.