Package com.axway.apim.users
Class UserApp
java.lang.Object
com.axway.apim.users.UserApp
- All Implemented Interfaces:
com.axway.apim.cli.APIMCLIServiceProvider
public class UserApp extends Object implements com.axway.apim.cli.APIMCLIServiceProvider
-
Constructor Summary
Constructors Constructor Description UserApp() -
Method Summary
Modifier and Type Method Description com.axway.apim.lib.ExportResultchangePassword(UserExportParams params)static intchangePassword(String[] args)com.axway.apim.lib.ExportResultdelete(UserExportParams params)static intdelete(String[] args)com.axway.apim.lib.ExportResultexport(UserExportParams params)static intexport(String[] args)StringgetGroupDescription()StringgetGroupId()StringgetName()StringgetVersion()com.axway.apim.lib.ImportResultimportUsers(UserImportParams params)static intimportUsers(String[] args)static voidmain(String[] args)
-
Constructor Details
-
UserApp
public UserApp()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getVersion
- Specified by:
getVersionin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getGroupId
- Specified by:
getGroupIdin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
getGroupDescription
- Specified by:
getGroupDescriptionin interfacecom.axway.apim.cli.APIMCLIServiceProvider
-
export
-
export
-
importUsers
-
importUsers
-
delete
-
delete
-
changePassword
-
changePassword
-
main
-