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 AuthenticatedUserAcceptedAgreement. userThe 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 AuthenticatedUserUserLocationHistory. getUserInformation()Returns the authenticated user.Methods in com.iizix.server.geo with parameters of type AuthenticatedUser Modifier and Type Method Description booleanLocationsManager. 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 AuthenticatedUserAppSessionGyro. getAuthenticatedUser()Gets the authenticated user information.Methods in com.iizix.server.gyro with parameters of type AuthenticatedUser Modifier and Type Method Description LoginResultAppSessionGyro. 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 AuthenticatedUserUserAuthenticationInfo. getAuthenticatedUser()Gets the authenticated user information.static AuthenticatedUserAuthenticatedUser. getUndefinedUser()Gets the undefined "authenticated" user.AuthenticatedUserUserAuthentication. getUser(long id)Gets the basic user info for a user from its unique user ID.AuthenticatedUserUserAuthentication. getUser(java.lang.String userName)Gets the instance of a user with its information.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, long id)Gets the basic user info for a user from its unique user ID.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName)Gets the instance of a user with its information.AuthenticatedUserUserAuthentication. getUser(java.sql.Connection conn, java.lang.String userName, java.lang.String password)Gets the instance of a user with its information.AuthenticatedUserUserProfileImageRequest. getUser()Gets the user.AuthenticatedUserUserAuthentication. getUserFromEmail(java.lang.String emailAddress)Looks up a user from the email.