Uses of Class
com.iizix.SessionInfo
Packages that use SessionInfo
Package
Description
Uses of SessionInfo in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return SessionInfoUses of SessionInfo in com.iizix
Methods in com.iizix that return SessionInfoModifier and TypeMethodDescriptionSessionInfo.createClone()
Creates a copy of an instance of this instance.static SessionInfo
SessionInfo.getSessionInfo()
Tries to extract the SessionInfo from the current thread or the thread group.Worker.getSessionInfo()
Get the SessionInfo from the Worker.static SessionInfo
SessionInfo.getSessionInfoFBTS()
Tries to extract the SessionInfo from the current thread or the thread group.Methods in com.iizix with parameters of type SessionInfoModifier and TypeMethodDescriptionstatic String
SessionInfo.getConnectionIDString
(SessionInfo sessionInfo) Gets the connection ID as a string.static String
SessionInfo.getConnectionIDString
(SessionInfo sessionInfo, String threadName, String threadID) Gets the connection ID as a string.static String
SessionInfo.getTabDelimitedConnectionIDString
(SessionInfo sessionInfo, String threadName, String threadID) Gets the connection ID as a string.Constructors in com.iizix with parameters of type SessionInfoModifierConstructorDescriptionWorker
(SessionInfo sessionInfo) Creates an instance of the Worker queue.Uses of SessionInfo in com.iizix.comm.client
Methods in com.iizix.comm.client that return SessionInfoModifier and TypeMethodDescriptionClientInstance.getSessionInfo()
Gets the session information instance.Uses of SessionInfo in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type SessionInfoModifier and TypeMethodDescriptionAuthenticationProvider.getLocalizedName
(SessionInfo sessionInfo) Gets the localized name of the provider.Uses of SessionInfo in com.iizix.comm.session
Methods in com.iizix.comm.session that return SessionInfoUses of SessionInfo in com.iizix.gyro
Methods in com.iizix.gyro that return SessionInfoModifier and TypeMethodDescriptionIAppSessionGyro.getAppSessionInfo()
Gets the application session info.IClientSessionGyro.getClientSessionInfo()
Gets the client sessions information.Methods in com.iizix.gyro with parameters of type SessionInfoModifier and TypeMethodDescriptionstatic IAppSessionGyro
IAppSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the runtime application instance for the current thread in a client session.static IClientSessionGyro
IClientSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the runtime application instance for the current thread in a client session.Uses of SessionInfo in com.iizix.passwordpolicy
Methods in com.iizix.passwordpolicy with parameters of type SessionInfoModifier and TypeMethodDescriptionPasswordPolicy.check
(SessionInfo sessionInfo, String password) Estimate password strength if it's OK, and if it is, null is returned.PasswordPolicyResult.getLocalizedText
(SessionInfo sessionInfo, String separator) Gets the full localized text, with a potential separator string before each suggestion for the password entropy to become stronger if too weak.Uses of SessionInfo in com.iizix.server
Fields in com.iizix.server declared as SessionInfoModifier and TypeFieldDescriptionprotected final SessionInfo
AbstractEndPoint.sessionInfo
The SessionInfo.Methods in com.iizix.server that return SessionInfoModifier and TypeMethodDescriptionfinal SessionInfo
AbstractEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.IEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.Methods in com.iizix.server with parameters of type SessionInfoModifier and TypeMethodDescriptionstatic void
BinaryTrace.dump
(SessionInfo si, byte[] buf) static void
BinaryTrace.dump
(SessionInfo si, byte[] buf, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, byte[] buf, int length) static void
BinaryTrace.dump
(SessionInfo si, byte[] buf, int length, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, byte[] buf, int startingPosition, int length) static void
BinaryTrace.dump
(SessionInfo si, byte[] buf, int startingPosition, int length, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, String header) static void
BinaryTrace.dump
(SessionInfo si, String[] headers) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf, int length) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf, int length, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf, int startingPosition, int length) static void
BinaryTrace.dump
(SessionInfo si, String header, byte[] buf, int startingPosition, int length, boolean isEBCDIC) static void
BinaryTrace.dump
(SessionInfo si, String mainHeading, String[] headers) Uses of SessionInfo in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type SessionInfoModifierConstructorDescriptionRuntimeApp
(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace) Creates the runtime application a client session.Uses of SessionInfo in com.iizix.server.client
Methods in com.iizix.server.client that return SessionInfoModifier and TypeMethodDescriptionClientEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.FailedReconnectClientEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.Uses of SessionInfo in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return SessionInfoModifier and TypeMethodDescriptionAppSessionGyro.getAppSessionInfo()
Gets the application session info.ClientSessionGyro.getClientSessionInfo()
Gets the client sessions information.Methods in com.iizix.server.gyro with parameters of type SessionInfoModifier and TypeMethodDescriptionstatic AppSessionGyro
AppSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the AppSessionGyro instance for the current thread in a client session.static ClientSessionGyro
ClientSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the runtime application instance for the current thread in a client session.Constructors in com.iizix.server.gyro with parameters of type SessionInfoModifierConstructorDescriptionAppSessionGyro
(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 SessionInfo in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type SessionInfoModifier and TypeMethodDescriptionActiveUserSessions.addUser
(ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, ClientParams clientParams) Requests adding a UserIdentifier as active session.Uses of SessionInfo in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer that return SessionInfoModifier and TypeMethodDescriptionVSViewerEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.Uses of SessionInfo in com.iizix.term
Methods in com.iizix.term that return SessionInfoModifier and TypeMethodDescriptionHostSession.getSessionInfo()
Gets the current SessionInfo.HostSessionOwner.getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix.term.comm
Constructors in com.iizix.term.comm with parameters of type SessionInfoModifierConstructorDescriptionTelnetComm
(SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, SSLEngine engine) Creates a new Telnet Client Communication channel as UNINITIALIZED.Uses of SessionInfo in com.iizix.term.remote
Methods in com.iizix.term.remote that return SessionInfoUses of SessionInfo in com.iizix.term.server
Methods in com.iizix.term.server that return SessionInfoUses of SessionInfo in com.iizix.text
Methods in com.iizix.text with parameters of type SessionInfoModifier and TypeMethodDescriptiondefault KString
IEnumLocaleKString.asKString
(SessionInfo sessionInfo) Gets the KString for an enum value.static KString
LocaleString.asKString
(SessionInfo sessionInfo, String textID) Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString.asKString
(SessionInfo sessionInfo, String textID, KString fallback) Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.default String
IEnumLocaleString.asString
(SessionInfo sessionInfo) Gets the plain string for an enum value.static String
LocaleString.asString
(SessionInfo sessionInfo, String textID) Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static String
LocaleString.asString
(SessionInfo sessionInfo, String textID, String fallback) Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.