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.model Definitions of model POJOs to represent Zowe Global Team Configurationzowe.client.sdk.teamconfig.service Services layer to parse KeyTar and Zowe Global Team Configuration -
-
Uses of TeamConfigException in zowe.client.sdk.teamconfig
Methods in zowe.client.sdk.teamconfig that throw TeamConfigException Modifier and Type Method Description ProfileDaoTeamConfig. getDefaultProfile(String profileType)Retrieve the default profile for the specified profile type from Zowe Global Team Configuration.ProfileDaoTeamConfig. getDefaultProfileFromPartition(String profileName, String partitionName)Retrieve the default profile from partition by profile and partition names given from Zowe Global Team Configuration.Constructors in zowe.client.sdk.teamconfig that throw TeamConfigException Constructor Description TeamConfig()Default TeamConfig constructor without arguments.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.voidIKeyTar. processKey()Describes the method that will extract KeyTar key informationvoidKeyTarImpl. processKey()Retrieve the OS credential store by querying the OS with service and account name. -
Uses of TeamConfigException in zowe.client.sdk.teamconfig.model
Constructors in zowe.client.sdk.teamconfig.model that throw TeamConfigException Constructor Description Profile(String name, String type, org.json.simple.JSONObject obj, org.json.simple.JSONArray secure)Partition constructor -
Uses of TeamConfigException in zowe.client.sdk.teamconfig.service
Methods in zowe.client.sdk.teamconfig.service that throw TeamConfigException Modifier and Type Method Description KeyTarConfigKeyTarService. getKeyTarConfig()Return KeyTarConfig containing team config location and OS credential information.ConfigContainerTeamConfigService. getTeamConfig(KeyTarConfig config)Return ConfigContainer object container of a parsed Zowe Global Team Configuration file representation.
-