Uses of Class
zowe.client.sdk.teamconfig.exception.TeamConfigException
-
Packages that use TeamConfigException Package Description zowe.client.sdk.teamconfig Zowe Global Team Configuration functionality provided by the SDKzowe.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 TeamConfigException in zowe.client.sdk.teamconfig
Constructors in zowe.client.sdk.teamconfig that throw TeamConfigException Constructor Description TeamConfig(KeyTarService keyTarService, TeamConfigService teamConfigService)
TeamConfig constructor -
Uses of TeamConfigException in zowe.client.sdk.teamconfig.keytar
Methods in zowe.client.sdk.teamconfig.keytar that throw TeamConfigException 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.void
IKeyTar. processKey()
Describes the method that will extract KeyTar key informationvoid
KeyTarImpl. processKey()
Retrieve the OS credential store by querying the OS with service and account name. -
Uses of TeamConfigException in zowe.client.sdk.teamconfig.service
Methods in zowe.client.sdk.teamconfig.service that throw TeamConfigException Modifier and Type Method Description KeyTarConfig
KeyTarService. getKeyTarConfig()
Return KeyTarConfig containing team config location and OS credential information.ConfigContainer
TeamConfigService. getTeamConfig(KeyTarConfig config)
Return ConfigContainer object container of a parsed Zowe Global Team Configuration file representation.
-