Uses of Class
com.iizix.user.UserInfoBase
Packages that use UserInfoBase Package Description com.iizix.gyro com.iizix.server.db com.iizix.user Uses of UserInfoBase in com.iizix.gyro
Methods in com.iizix.gyro that return UserInfoBase Modifier and Type Method Description UserInfoBaseIUserAuthenticationUI. performExternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider)Performs a sign-up using the external authentication provider.UserInfoBaseIUserAuthenticationUI. performInternalLogin(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String password, boolean rememberProvider)Performs the login for the internal login provider.UserInfoBaseIUserAuthenticationUI. performInternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, java.lang.String password, int autoLogin)Performs a sign-up using the internal login provider.Method parameters in com.iizix.gyro with type arguments of type UserInfoBase Modifier and Type Method Description voidIUserAuthenticationUI. performExternalLogin(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, java.util.function.BiConsumer<LoginResult,UserInfoBase> callback)Performs the login for any external login authentication provider.Uses of UserInfoBase in com.iizix.server.db
Subclasses of UserInfoBase in com.iizix.server.db Modifier and Type Class Description classBasicUserInfoUser information in the database.Uses of UserInfoBase in com.iizix.user
Methods in com.iizix.user that return UserInfoBase Modifier and Type Method Description UserInfoBaseIAuthenticatedUser. getBasicUserInfo()Gets the basic user information that was last refreshed from the database.