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 Details

    • UserApp

      public UserApp()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.axway.apim.cli.APIMCLIServiceProvider
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface com.axway.apim.cli.APIMCLIServiceProvider
    • getGroupId

      public String getGroupId()
      Specified by:
      getGroupId in interface com.axway.apim.cli.APIMCLIServiceProvider
    • getGroupDescription

      public String getGroupDescription()
      Specified by:
      getGroupDescription in interface com.axway.apim.cli.APIMCLIServiceProvider
    • export

      public static int export(String[] args)
    • export

      public com.axway.apim.lib.ExportResult export(UserExportParams params)
    • importUsers

      public static int importUsers(String[] args)
    • importUsers

      public com.axway.apim.lib.Result importUsers(UserImportParams params)
    • delete

      public static int delete(String[] args)
    • 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

      public static int changePassword(String[] args)
    • changePassword

      public com.axway.apim.lib.ExportResult changePassword(UserExportParams params) throws com.axway.apim.lib.error.AppException
      Throws:
      com.axway.apim.lib.error.AppException