Uses of Class
com.iizix.SessionInfo
Uses of SessionInfo in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return SessionInfo Modifier and Type Method Description SessionInfo
TerminalDesignerProp. getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix
Methods in com.iizix that return SessionInfo Modifier and Type Method Description SessionInfo
SessionInfo. 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.SessionInfo
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 SessionInfo Modifier and Type Method Description static java.lang.String
SessionInfo. getConnectionIDString(SessionInfo sessionInfo)
Gets the connection ID as a string.static java.lang.String
SessionInfo. getConnectionIDString(SessionInfo sessionInfo, java.lang.String threadName, java.lang.String threadID)
Gets the connection ID as a string.static java.lang.String
SessionInfo. getTabDelimitedConnectionIDString(SessionInfo sessionInfo, java.lang.String threadName, java.lang.String threadID)
Gets the connection ID as a string.Constructors in com.iizix with parameters of type SessionInfo Constructor Description Worker(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 SessionInfo Modifier and Type Method Description SessionInfo
ClientInstance. getSessionInfo()
Gets the session information instance.Uses of SessionInfo in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type SessionInfo Modifier and Type Method Description java.lang.String
AuthenticationProvider. 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 SessionInfo Modifier and Type Method Description SessionInfo
SessionID. getSessionInfo()
Gets the session info.Uses of SessionInfo in com.iizix.gyro
Methods in com.iizix.gyro that return SessionInfo Modifier and Type Method Description SessionInfo
IAppSessionGyro. getAppSessionInfo()
Gets the application session info.SessionInfo
IClientSessionGyro. getClientSessionInfo()
Gets the client sessions information.Methods in com.iizix.gyro with parameters of type SessionInfo Modifier and Type Method Description static 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 SessionInfo Modifier and Type Method Description PasswordPolicyResult
PasswordPolicy. check(SessionInfo sessionInfo, java.lang.String password)
Estimate password strength if it's OK, and if it is, null is returned.java.lang.String
PasswordPolicyResult. getLocalizedText(SessionInfo sessionInfo, java.lang.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 SessionInfo Modifier and Type Field Description protected SessionInfo
AbstractEndPoint. sessionInfo
The SessionInfo.Methods in com.iizix.server that return SessionInfo Modifier and Type Method Description SessionInfo
AbstractEndPoint. getSessionInfo()
Gets the SessionInfo for this end point.SessionInfo
IEndPoint. getSessionInfo()
Gets the SessionInfo for this end point.Methods in com.iizix.server with parameters of type SessionInfo Modifier and Type Method Description static 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, java.lang.String header)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String[] headers)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf, boolean isEBCDIC)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf, int length)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf, int length, boolean isEBCDIC)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf, int startingPosition, int length)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String header, byte[] buf, int startingPosition, int length, boolean isEBCDIC)
static void
BinaryTrace. dump(SessionInfo si, java.lang.String mainHeading, java.lang.String[] headers)
Uses of SessionInfo in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type SessionInfo Constructor Description RuntimeApp(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 SessionInfo Modifier and Type Method Description SessionInfo
ClientEndPoint. getSessionInfo()
Gets the SessionInfo for this end point.SessionInfo
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 SessionInfo Modifier and Type Method Description SessionInfo
AppSessionGyro. getAppSessionInfo()
Gets the application session info.SessionInfo
ClientSessionGyro. getClientSessionInfo()
Gets the client sessions information.Methods in com.iizix.server.gyro with parameters of type SessionInfo Modifier and Type Method Description static 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 SessionInfo Constructor Description AppSessionGyro(ServerShell server, SessionInfo appSessionInfo, java.lang.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 SessionInfo Modifier and Type Method Description AppSessionGyro
ActiveUserSessions. addUser(ServerShell server, SessionInfo appSessionInfo, java.lang.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 SessionInfo Modifier and Type Method Description SessionInfo
VSViewerEndPoint. getSessionInfo()
Gets the SessionInfo for this end point.Uses of SessionInfo in com.iizix.term
Methods in com.iizix.term that return SessionInfo Modifier and Type Method Description SessionInfo
HostSession. getSessionInfo()
Gets the current SessionInfo.SessionInfo
HostSessionOwner. getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix.term.comm
Constructors in com.iizix.term.comm with parameters of type SessionInfo Constructor Description TelnetComm(SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, javax.net.ssl.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 SessionInfo Modifier and Type Method Description SessionInfo
RemoteHostSession. getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix.term.server
Methods in com.iizix.term.server that return SessionInfo Modifier and Type Method Description SessionInfo
TerminalHost. getSessionInfo()
Gets the SessionInfo.Uses of SessionInfo in com.iizix.text
Methods in com.iizix.text with parameters of type SessionInfo Modifier and Type Method Description KString
LocaleString. asKString(SessionInfo sessionInfo)
Gets the KString for an enum value.static KString
LocaleString. asKString(SessionInfo sessionInfo, java.lang.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, java.lang.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.java.lang.String
LocaleString. asString(SessionInfo sessionInfo)
Gets the plain string for an enum value.static java.lang.String
LocaleString. asString(SessionInfo sessionInfo, java.lang.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 java.lang.String
LocaleString. asString(SessionInfo sessionInfo, java.lang.String textID, java.lang.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.