Uses of Class
com.iizix.server.client.ClientParams
Packages that use ClientParams
Uses of ClientParams in com.iizix.server.client
Methods in com.iizix.server.client that return ClientParamsModifier and TypeMethodDescriptionClientTransactionProcessor.getClientParams()
Gets the client parameters.Uses of ClientParams in com.iizix.server.gyro
Constructors in com.iizix.server.gyro with parameters of type ClientParamsModifierConstructorDescriptionAppSessionGyro
(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
Methods in com.iizix.server.user with parameters of type ClientParamsModifier 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.