- importDevice(ImporterForm, HttpServletRequest) - Method in class org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
-
API for uploading JSON file to allow massive device registration (aka import).
- ImporterForm - Class in org.jboss.aerogear.unifiedpush.rest.registry.installations
-
Helper class to read values from the multipart request
that is performed when uploading a JSON file for device import.
- ImporterForm() - Constructor for class org.jboss.aerogear.unifiedpush.rest.registry.installations.ImporterForm
-
- increasePushMessageReadCounter(String, HttpServletRequest) - Method in class org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
-
RESTful API for Push Notification metrics registration.
- InstallationManagementEndpoint - Class in org.jboss.aerogear.unifiedpush.rest.registry.applications
-
- InstallationManagementEndpoint() - Constructor for class org.jboss.aerogear.unifiedpush.rest.registry.applications.InstallationManagementEndpoint
-
- InstallationRegistrationEndpoint - Class in org.jboss.aerogear.unifiedpush.rest.registry.installations
-
- InstallationRegistrationEndpoint() - Constructor for class org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
-
- iOSApplicationUploadForm - Class in org.jboss.aerogear.unifiedpush.rest.util
-
Helper class to read values from the multipart request
that is performed when creating (or updating) an iOS variant.
- iOSApplicationUploadForm() - Constructor for class org.jboss.aerogear.unifiedpush.rest.util.iOSApplicationUploadForm
-
- iOSVariantEndpoint - Class in org.jboss.aerogear.unifiedpush.rest.registry.applications
-
- iOSVariantEndpoint() - Constructor for class org.jboss.aerogear.unifiedpush.rest.registry.applications.iOSVariantEndpoint
-
- isAndroidValid() - Method in class org.jboss.aerogear.unifiedpush.rest.util.BootstrapForm
-
Basic validations for Android, when Android is present.
- isAppleVariantValid() - Method in class org.jboss.aerogear.unifiedpush.rest.util.BootstrapForm
-
Basic validations for iOS, when iOS is present.
- isAscendingOrder(String) - Static method in class org.jboss.aerogear.unifiedpush.rest.util.CommonUtils
-
Verify if the string sorting matches with asc or desc
Returns FALSE when sorting query value matches desc, otherwise it returns TRUE.
- isCertificatePassphraseValid() - Method in class org.jboss.aerogear.unifiedpush.rest.util.iOSApplicationUploadForm
-
Validates whether the certificate/passphrase pair
is valid, and does not contain any bogus content.
- isWindowsValid() - Method in class org.jboss.aerogear.unifiedpush.rest.util.BootstrapForm
-
Basic validations for windows