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 SessionUserIdentifierSessionInfo. userThe 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 SessionUserIdentifierIAppSessionGyro. 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 SessionUserIdentifierClientParams. userThe session user identifier, null if not defined properly.Methods in com.iizix.server.client that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifierClientParams. 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 SessionUserIdentifierAppSessionGyro. 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 SessionUserIdentifierVSViewerParams. userThe session user identifier, null if not defined properly.Methods in com.iizix.server.vsviewer that return SessionUserIdentifier Modifier and Type Method Description SessionUserIdentifierVSViewerParams. 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 SessionUserIdentifierUserIdentifier. createSessionUserIdentifier(java.lang.String sessionID)Creates a SessionUserIdentifier from this instance.