Uses of Interface
com.iizix.user.IAuthenticatedUser
Packages that use IAuthenticatedUser
Uses of IAuthenticatedUser in com.iizix.gyro
Method parameters in com.iizix.gyro with type arguments of type IAuthenticatedUserModifier 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
Classes in com.iizix.server.user that implement IAuthenticatedUserModifier and TypeClassDescriptionclass
Instance holding data for the "authenticated" user.Uses of IAuthenticatedUser in com.iizix.user
Methods in com.iizix.user that return IAuthenticatedUserModifier 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
Fields in com.iizix.user.geo declared as IAuthenticatedUserMethods in com.iizix.user.geo that return IAuthenticatedUserModifier and TypeMethodDescriptionIUserLocationHistory.getUserInformation()
Returns the authenticated user.Constructors in com.iizix.user.geo with parameters of type IAuthenticatedUserModifierConstructorDescriptionUserLocation
(IAuthenticatedUser user, DeviceLocation location) Constructor.