Uses of Class
com.iizix.server.client.ClientParams
Packages that use ClientParams Package Description com.iizix.server.client com.iizix.server.gyro com.iizix.server.user Uses of ClientParams in com.iizix.server.client
Methods in com.iizix.server.client that return ClientParams Modifier and Type Method Description ClientParams
ClientTransactionProcessor. getClientParams()
Gets the client parameters.Uses of ClientParams in com.iizix.server.gyro
Constructors in com.iizix.server.gyro with parameters of type ClientParams 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 ClientParams in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type ClientParams 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.AppSessionGyro
ActiveUserSessions. getAppSessionGyro(ServerShell server, ClientParams clientParams)
Gets the AppSessionGyro from an existing session.UserAuthenticationInfo
ActiveUserSessions. getUserAuthentication(ClientParams params)
Authenticate the session ID information without checking the password.