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
|
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
|