You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,17 @@ CA Mobile API Gateway (MAG) provides enterprises with a secure mobile backend th
6
6
The CA Mobile API Gateway also provides powerful mobile backend services through SDKs and APIs for developers to help accelerate the app development process.
7
7
8
8
## Get Started
9
-
Check out our [documentation][documentation] for sample code, video tutorials, and more.
9
+
Check out our [documentation] for sample codeand more.
10
10
11
11
## Android Mobile SDK Frameworks
12
12
The Android Mobile SDK consists of these frameworks:
13
13
14
-
-**MASConnecta** - Messaging and pub/sub services allowing users to message and send data to each other.
14
+
-**MASConnecta** - Pub/Sub messagin service.
15
15
-**MASFoundation** - Core services to handle user authentication, device and app registration, requests and local storage of certificates, keys, and token credentials for accessing protected APIs.
16
-
-**MASIdentityManagement** - Identity management services to securely access users and groups from enterprise identity providers.
17
-
-**MASStorage** - Storage services for private local and cloud storage.
16
+
-**MASStorage** - Storage services for private local storage.
18
17
-**MASUI** - Resources to implement a user login dialog, Social Login, One-Time Password, and Proximity Login (QR code and BLE).
19
18
20
-
For more information about our mobile products see the [developer website](http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-0.html).
19
+
For more information about our mobile products see the [developer website](http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/mobile-sdk-for-ca-mobile-api-gateway/2-1.html).
21
20
22
21
## Features
23
22
@@ -28,9 +27,6 @@ For more information about our mobile products see the [developer website](http:
28
27
***Enterprise Browser** - Extend the single sign-on session to web applications.
29
28
***Proximity Login** - Transfer the user session between devices and platforms.
30
29
***Fingerprint Sessions Lock** - Support phone unlocking using fingerprint recognition.
31
-
***Messaging** - Create collaborative apps with secure, reliable messaging.
32
-
***User Management** - Seamlessly integrate your app with an existing enterprise user directory.
33
-
***Private Cloud Storage** - Store data in a private cloud and access it from all of your devices.
34
30
***Pub/Sub** - Create real-time, IoT-friendly apps using an MQTT-based Pub/Sub infrastructure.
35
31
***Adhoc Groups** - Create groups on-the-fly for collaborative apps.
36
32
***Local Storage** - Store data on devices with enterprise-grade encryption.
@@ -40,14 +36,13 @@ For more information about our mobile products see the [developer website](http:
40
36
Edit your build.gradle file and add below dependency:
41
37
```gradle
42
38
dependencies {
43
-
implementation 'com.ca:mas-foundation:2.0.00'
39
+
implementation 'com.ca:mas-foundation:2.1.00'
44
40
45
-
implementation 'com.ca:mas-connecta:2.0.00' // (Optional) Only required when using mas connecta
46
-
implementation 'com.ca:mas-storage:2.0.00' // (Optional) Only required when using mas storage
47
-
implementation 'com.ca:mas-identity-management:2.0.00' // (Optional) Only required when using mas identity management
48
-
implementation 'com.ca:masui:2.0.00' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
41
+
implementation 'com.ca:mas-connecta:2.1.00' // (Optional) Only required when using mas connecta
42
+
implementation 'com.ca:mas-storage:2.1.00' // (Optional) Only required when using mas storage
43
+
implementation 'com.ca:masui:2.1.00' // (Optional) Only required when using MASUI Template. The MAS UI library provides sample user interfaces for Login, OTP, Social Login, and Enterprise Browser.
49
44
50
-
implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' // (Optional) Only required when you want to support Android 4.1.x
45
+
implementation 'org.bouncycastle:bcpkix-jdk15on:1.64' // (Optional) Only required when you want to support Android 4.1.x
51
46
}
52
47
```
53
48
## SDK Releases
@@ -59,9 +54,7 @@ The compiled release binaries can be found here: [Releases][Releases]
0 commit comments