Uses of Class
com.iizix.SessionInfo
Package
Description
Uses of SessionInfo in com.iizigo.term.prop
Uses of SessionInfo in com.iizix
Modifier 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.Modifier 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.ModifierConstructorDescriptionWorker
(SessionInfo sessionInfo) Creates an instance of the Worker queue.Uses of SessionInfo in com.iizix.comm.client
Modifier and TypeMethodDescriptionClientInstance.getSessionInfo()
Gets the session information instance.Uses of SessionInfo in com.iizix.comm.oauth
Modifier and TypeMethodDescriptionAuthenticationProvider.getLocalizedName
(SessionInfo sessionInfo) Gets the localized name of the provider.Uses of SessionInfo in com.iizix.comm.session
Uses of SessionInfo in com.iizix.gyro
Modifier and TypeMethodDescriptionIAppSessionGyro.getAppSessionInfo()
Gets the application session info.IClientSessionGyro.getClientSessionInfo()
Gets the client sessions information.Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected final SessionInfo
AbstractEndPoint.sessionInfo
The SessionInfo.Modifier and TypeMethodDescriptionfinal SessionInfo
AbstractEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.IEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.Modifier 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
ModifierConstructorDescriptionRuntimeApp
(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
Modifier 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
Modifier and TypeMethodDescriptionAppSessionGyro.getAppSessionInfo()
Gets the application session info.ClientSessionGyro.getClientSessionInfo()
Gets the client sessions information.Modifier 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.ModifierConstructorDescriptionAppSessionGyro
(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
Modifier 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
Modifier and TypeMethodDescriptionVSViewerEndPoint.getSessionInfo()
Gets the SessionInfo for this end point.Uses of SessionInfo in com.iizix.term
Modifier and TypeMethodDescriptionHostSession.getSessionInfo()
Gets the current SessionInfo.HostSessionOwner.getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix.term.comm
ModifierConstructorDescriptionTelnetComm
(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
Uses of SessionInfo in com.iizix.term.server
Uses of SessionInfo in com.iizix.text
Modifier 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.