Commit a1a2e24
File tree
8 files changed
+21
-9
lines changed- msal
- src/test/java/com/microsoft/identity/client
- e2e/tests
- versioning
8 files changed
+21
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
- changelog.txt+20
- common/src/androidTest/java/com/microsoft/identity/common/BrokerOAuth2TokenCacheTest.java-2
- common/src/androidTest/java/com/microsoft/identity/common/CommandDispatcherTest.java+48-2
- common/src/androidTest/java/com/microsoft/identity/common/DefaultSharedPrefsFileManagerReencrypterTest.java+56-66
- common/src/androidTest/java/com/microsoft/identity/common/MsalOAuth2TokenCacheTest.java-1
- common/src/androidTest/java/com/microsoft/identity/common/SharedPreferencesAccountCredentialCacheTest.java-1
- common/src/androidTest/java/com/microsoft/identity/common/SharedPreferencesFileManagerTests.java+5-6
- common/src/androidTest/java/com/microsoft/identity/common/internal/platform/DevicePoPManagerEncryptionTests.java-5
- common/src/androidTest/java/com/microsoft/identity/common/internal/platform/DevicePoPManagerSigningTests.java+2-30
- common/src/androidTest/java/com/microsoft/identity/common/internal/platform/DevicePoPManagerTests.java+10-10
- common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java+35
- common/src/main/java/com/microsoft/identity/common/adal/internal/tokensharing/SSOStateSerializer.java+3-3
- common/src/main/java/com/microsoft/identity/common/exception/BaseException.java+2-1
- common/src/main/java/com/microsoft/identity/common/exception/IErrorInformation.java+42
- common/src/main/java/com/microsoft/identity/common/exception/TerminalException.java+65
- common/src/main/java/com/microsoft/identity/common/internal/authorities/Authority.java+9-3
- common/src/main/java/com/microsoft/identity/common/internal/cache/ADALOAuth2TokenCache.java-1
- common/src/main/java/com/microsoft/identity/common/internal/cache/BrokerOAuth2TokenCache.java+1-7
- common/src/main/java/com/microsoft/identity/common/internal/cache/DefaultSharedPrefsFileManagerReencrypter.java+1
- common/src/main/java/com/microsoft/identity/common/internal/cache/HelloCache.java+1-1
- common/src/main/java/com/microsoft/identity/common/internal/cache/ISharedPrefsFileManagerReencrypter.java+1
- common/src/main/java/com/microsoft/identity/common/internal/cache/MsalOAuth2TokenCache.java-1
- common/src/main/java/com/microsoft/identity/common/internal/cache/SharedPreferencesFileManager.java+16-1
- common/src/main/java/com/microsoft/identity/common/internal/commands/parameters/SilentTokenCommandParameters.java+12-2
- common/src/main/java/com/microsoft/identity/common/internal/controllers/CommandDispatcher.java+2-8
- common/src/main/java/com/microsoft/identity/common/internal/controllers/ExceptionAdapter.java+11
- common/src/main/java/com/microsoft/identity/common/internal/platform/Device.java+28
- common/src/main/java/com/microsoft/identity/common/internal/platform/DevicePopManager.java+85-40
- common/src/main/java/com/microsoft/identity/common/internal/platform/IDevicePopManager.java+1-41
- common/src/main/java/com/microsoft/identity/common/internal/providers/microsoft/azureactivedirectory/AzureActiveDirectory.java+9-1
- common/src/main/java/com/microsoft/identity/common/internal/providers/oauth2/AuthorizationActivityFactory.java+22
- common/src/main/java/com/microsoft/identity/common/internal/util/ClockSkewManager.java-1
- common/src/main/java/com/microsoft/identity/common/migration/DefaultSharedPrefsFileManagerReencrypter.java+209
- common/src/main/java/com/microsoft/identity/common/migration/IMigrationOperationResult.java+56
- common/src/main/java/com/microsoft/identity/common/migration/ISharedPrefsFileManagerReencrypter.java+143
- common/src/main/java/com/microsoft/identity/common/migration/MigrationOperationResult.java+79
- common/versioning/version.properties+1-1
- testutils/build.gradle-1
- testutils/src/main/java/com/microsoft/identity/internal/testutils/TestUtils.java+2-11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments