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