Class KeyTarService
- java.lang.Object
-
- zowe.client.sdk.teamconfig.service.KeyTarService
-
public class KeyTarService extends Object
KeyTarService class that provides a service layer to perform KeyTar processing and retrieval of credentials and Zowe Global Team Configuration location information.- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description KeyTarService(IKeyTar keyTar)KeyTarService constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyTarConfiggetKeyTarConfig()Return KeyTarConfig containing team config location and OS credential information.
-
-
-
Constructor Detail
-
KeyTarService
public KeyTarService(IKeyTar keyTar)
KeyTarService constructor- Parameters:
keyTar- IKeyTar implementation Object
-
-
Method Detail
-
getKeyTarConfig
public KeyTarConfig getKeyTarConfig() throws TeamConfigException
Return KeyTarConfig containing team config location and OS credential information.- Returns:
- KeyTarConfig object
- Throws:
TeamConfigException- error processing team configuration
-
-