Uses of Class
com.compuware.api.topaz.hostcredentials.zos.CodePage
-
Packages that use CodePage Package Description com.compuware.api.topaz.hostcredentials.zos Provides classes and exceptions related to z/OS host credentials. -
-
Uses of CodePage in com.compuware.api.topaz.hostcredentials.zos
Methods in com.compuware.api.topaz.hostcredentials.zos that return CodePage Modifier and Type Method Description CodePage
IZOSCredentials. getCodePage()
Returns the code page associated with these credentials.static CodePage
CodePage. valueOf(String name)
Returns the enum constant of this type with the specified name.static CodePage[]
CodePage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compuware.api.topaz.hostcredentials.zos with parameters of type CodePage Modifier and Type Method Description static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String digitalCertificate, CodePage codePage)
Creates z/OS credentials using the specified digital certificate and code page.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password, CodePage codePage)
Creates z/OS credentials using the specified user ID, password, and code page.static IZOSCredentials
ZOSCredentialsFactory. createZOSCredentials(String userID, String password, String groupID, CodePage codePage)
Creates z/OS credentials using the specified user ID, password, group ID, and code page.
-