Uses of Class
com.iizix.user.SessionUserIdentifier
Packages that use SessionUserIdentifier
Package
Description
Uses of SessionUserIdentifier in com.iizix
Fields in com.iizix declared as SessionUserIdentifierModifier and TypeFieldDescriptionSessionInfo.user
The session user identifier, null if not defined properly.Uses of SessionUserIdentifier in com.iizix.gyro
Methods in com.iizix.gyro that return SessionUserIdentifierModifier and TypeMethodDescriptionIAppSessionGyro.getSessionUserIdentifier()
Gets the SessionUserIdentifier.Uses of SessionUserIdentifier in com.iizix.server.client
Fields in com.iizix.server.client declared as SessionUserIdentifierModifier and TypeFieldDescriptionClientParams.user
The session user identifier, null if not defined properly.Methods in com.iizix.server.client that return SessionUserIdentifierModifier and TypeMethodDescriptionClientParams.assignSessionID
(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 SessionUserIdentifierModifier and TypeMethodDescriptionAppSessionGyro.getSessionUserIdentifier()
Gets the SessionUserIdentifier.Uses of SessionUserIdentifier in com.iizix.server.vsviewer
Fields in com.iizix.server.vsviewer declared as SessionUserIdentifierModifier and TypeFieldDescriptionVSViewerParams.user
The session user identifier, null if not defined properly.Methods in com.iizix.server.vsviewer that return SessionUserIdentifierModifier and TypeMethodDescriptionVSViewerParams.assignSessionID
(String sessionID) Assigns a new Session ID for this session.Uses of SessionUserIdentifier in com.iizix.user
Methods in com.iizix.user that return SessionUserIdentifierModifier and TypeMethodDescriptionUserIdentifier.createSessionUserIdentifier
(String sessionID) Creates a SessionUserIdentifier from this instance.