Uses of Class
com.iizix.user.UserException
Uses of UserException in com.iizix.gyro
Modifier and TypeMethodDescriptionboolean
IUserAuthenticationUI.isUserNameFree
(IClientSessionGyro clientGyro, String user) Checks if the user name is free to use, i.e.IUserAuthenticationUI.performExternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider) Performs a sign-up using the external authentication provider.IUserAuthenticationUI.performInternalLogin
(IClientSessionGyro clientGyro, String user, String password) Performs the login for the internal login provider.IUserAuthenticationUI.performInternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, String password, int autoLogin) Performs a sign-up using the internal login provider.Uses of UserException in com.iizix.server.gyro
ModifierConstructorDescriptionAppSessionGyro
(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 UserException in com.iizix.server.user
Modifier and TypeMethodDescriptionActiveUserSessions.addUser
(ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, ClientParams clientParams) Requests adding a UserIdentifier as active session.boolean
UserAuthentication.isUserNameFree
(String userName) Checks if the user name is free to use, i.e.