Package com.axway.apim.users
Class UserApp
java.lang.Object
com.axway.apim.users.UserApp
- All Implemented Interfaces:
com.axway.apim.cli.APIMCLIServiceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.axway.apim.lib.ExportResultchangePassword(UserExportParams params) static intchangePassword(String[] args) com.axway.apim.lib.ExportResultdelete(UserExportParams params) static intcom.axway.apim.lib.ExportResultexport(UserExportParams params) static intgetName()com.axway.apim.lib.ResultimportUsers(UserImportParams params) static intimportUsers(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
public com.axway.apim.lib.ExportResult delete(UserExportParams params) throws com.axway.apim.lib.error.AppException - Throws:
com.axway.apim.lib.error.AppException
-
changePassword
-
changePassword
public com.axway.apim.lib.ExportResult changePassword(UserExportParams params) throws com.axway.apim.lib.error.AppException - Throws:
com.axway.apim.lib.error.AppException
-