Package | Description |
---|---|
com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
Modifier and Type | Method and Description |
---|---|
EPISecurityAttrs |
EPITerminal.changePassword(java.lang.String newPass)
Allows modification of the password for a given userid and current
password with the External Security Manager
|
EPISecurityAttrs |
Terminal.changePassword(java.lang.String newPass)
Allows you to change the password for a given user ID and current
password with the External Security Manager.
|
EPISecurityAttrs |
TerminalSession.changePassword(java.lang.String newPass)
Allows you to change the password for a given userid and current
password with the External Security Manager
|
void |
Terminal.setDeviceType(java.lang.String devtype)
Sets the device type the terminal should use.
|
void |
Terminal.setEncoding(java.lang.String newEncoding)
Sets the Java Encoding associated with the terminal.
|
void |
Terminal.setGateway(JavaGateway jgate)
Sets the Java Gateway that this terminal should use to connect to the server.
|
void |
Terminal.setInstallTimeout(int installtimeout)
Sets the install timeout associated with the terminal.
|
void |
Terminal.setNetName(java.lang.String netname)
Sets the netname that terminal should use.
|
void |
Terminal.setReadTimeout(int readtimeout)
Sets the read timeout associated with the terminal.
|
void |
Terminal.setServerName(java.lang.String server)
Sets the name of the server the terminal should connect to.
|
void |
Terminal.setSignonCapability(Terminal.EPISignOnType signoncapability)
Sets the signon capability associated with the terminal.
|
EPISecurityAttrs |
EPITerminal.verifyPassword()
Verifies the userid and password with the External Security Manager
|
EPISecurityAttrs |
Terminal.verifyPassword()
Verifies the user ID and password with the External Security Manager.
|
EPISecurityAttrs |
TerminalSession.verifyPassword()
Verifies the userid and password with the External Security Manager
|