Uses of Class
com.iizix.server.client.ClientParams
Uses of ClientParams in com.iizix.server.client
Modifier and TypeMethodDescriptionClientTransactionProcessor.getClientParams()
Gets the client parameters.Uses of ClientParams 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 ClientParams in com.iizix.server.user
Modifier and TypeMethodDescriptionActiveUserSessions.addUser
(ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, ClientParams clientParams) Requests adding a UserIdentifier as active session.ActiveUserSessions.getAppSessionGyro
(ServerShell server, ClientParams clientParams) Gets the AppSessionGyro from an existing session.ActiveUserSessions.getUserAuthentication
(ClientParams params) Authenticate the session ID information without checking the password.