Uses of Interface
com.iizix.user.IAuthenticatedUser
Uses of IAuthenticatedUser in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.performExternalLogin
(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, BiConsumer<SigninResult, IAuthenticatedUser> callback) Performs the login for any external login authentication provider.Uses of IAuthenticatedUser in com.iizix.server.user
Modifier and TypeClassDescriptionclass
Instance holding data for the "authenticated" user.Uses of IAuthenticatedUser in com.iizix.user
Modifier and TypeMethodDescriptionIUserAuthenticationInfo.getAuthenticatedUser()
Gets the authenticated user information.IAuthenticatedUserProvider.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.Uses of IAuthenticatedUser in com.iizix.user.geo
Modifier and TypeMethodDescriptionIUserLocationHistory.getUserInformation()
Returns the authenticated user.ModifierConstructorDescriptionUserLocation
(IAuthenticatedUser user, DeviceLocation location) Constructor.