Uses of Class
zowe.client.sdk.teamconfig.keytar.KeyTarConfig
-
Packages that use KeyTarConfig Package Description zowe.client.sdk.teamconfig.keytar KeyTar functionality used by the SDK to retrieve OS credential storezowe.client.sdk.teamconfig.service Services layer to parse KeyTar and Zowe Global Team Configuration -
-
Uses of KeyTarConfig in zowe.client.sdk.teamconfig.keytar
Methods in zowe.client.sdk.teamconfig.keytar that return types with arguments of type KeyTarConfig Modifier and Type Method Description List<KeyTarConfig>
IKeyTar. getKeyConfigs()
Describes the method that will retrieve KeyTar key informationList<KeyTarConfig>
KeyTarImpl. getKeyConfigs()
Return keyString json value parsed into a KeyTarConfig object. -
Uses of KeyTarConfig in zowe.client.sdk.teamconfig.service
Methods in zowe.client.sdk.teamconfig.service that return KeyTarConfig Modifier and Type Method Description KeyTarConfig
KeyTarService. getKeyTarConfig()
Return KeyTarConfig containing team config location and OS credential information.Methods in zowe.client.sdk.teamconfig.service with parameters of type KeyTarConfig Modifier and Type Method Description ConfigContainer
TeamConfigService. getTeamConfig(KeyTarConfig config)
Return ConfigContainer object container of a parsed Zowe Global Team Configuration file representation.
-