Uses of Class
com.iizix.user.SessionUserIdentifier
Packages that use SessionUserIdentifier Package Description com.iizix com.iizix.gyro com.iizix.server.client com.iizix.server.gyro com.iizix.server.vsviewer com.iizix.user Uses of SessionUserIdentifier in com.iizix
Fields in com.iizix declared as SessionUserIdentifier Modifier and Type Field Description SessionUserIdentifier
SessionInfo. user
The session user identifier, null if not defined properly.Uses of SessionUserIdentifier in com.iizix.gyro
Methods in com.iizix.gyro that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifier
IAppSessionGyro. getSessionUserIdentifier()
Gets the SessionUserIdentifier.Uses of SessionUserIdentifier in com.iizix.server.client
Fields in com.iizix.server.client declared as SessionUserIdentifier Modifier and Type Field Description SessionUserIdentifier
ClientParams. user
The session user identifier, null if not defined properly.Methods in com.iizix.server.client that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifier
ClientParams. assignSessionID(java.lang.String sessionID)
Assigns a new Session ID for this session.Uses of SessionUserIdentifier in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifier
AppSessionGyro. getSessionUserIdentifier()
Gets the SessionUserIdentifier.Uses of SessionUserIdentifier in com.iizix.server.vsviewer
Fields in com.iizix.server.vsviewer declared as SessionUserIdentifier Modifier and Type Field Description SessionUserIdentifier
VSViewerParams. user
The session user identifier, null if not defined properly.Methods in com.iizix.server.vsviewer that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifier
VSViewerParams. assignSessionID(java.lang.String sessionID)
Assigns a new Session ID for this session.Uses of SessionUserIdentifier in com.iizix.user
Methods in com.iizix.user that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifier
UserIdentifier. createSessionUserIdentifier(java.lang.String sessionID)
Creates a SessionUserIdentifier from this instance.