|
| 1 | +### YamlMime:ManagedReference |
| 2 | +items: |
| 3 | +- uid: com.microsoft.aad.adal.AuthenticationActivity |
| 4 | + id: AuthenticationActivity |
| 5 | + parent: com.microsoft.aad.adal |
| 6 | + children: |
| 7 | + - com.microsoft.aad.adal.AuthenticationActivity.finish() |
| 8 | + - com.microsoft.aad.adal.AuthenticationActivity.onBackPressed() |
| 9 | + - com.microsoft.aad.adal.AuthenticationActivity.onCreate(final Bundle) |
| 10 | + - com.microsoft.aad.adal.AuthenticationActivity.onDestroy() |
| 11 | + - com.microsoft.aad.adal.AuthenticationActivity.onPause() |
| 12 | + - com.microsoft.aad.adal.AuthenticationActivity.onRestart() |
| 13 | + - com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState(final Bundle) |
| 14 | + - com.microsoft.aad.adal.AuthenticationActivity.onResume() |
| 15 | + - com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState(final Bundle) |
| 16 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 17 | + langs: |
| 18 | + - java |
| 19 | + name: AuthenticationActivity |
| 20 | + nameWithType: AuthenticationActivity |
| 21 | + fullName: com.microsoft.aad.adal.AuthenticationActivity |
| 22 | + type: Class |
| 23 | + source: |
| 24 | + remote: &o0 |
| 25 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 26 | + branch: master |
| 27 | + repo: https://github.com/AzureAD/azure-activedirectory-library-for-android |
| 28 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 29 | + startLine: 124 |
| 30 | + package: com.microsoft.aad.adal |
| 31 | + summary: "<p>Authentication Activity to launch <xref uid=\"\" data-throw-if-not-resolved=\"false\">WebView</xref> for authentication. </p>" |
| 32 | + syntax: |
| 33 | + content: public class AuthenticationActivity |
| 34 | + inheritance: |
| 35 | + - java.lang.Object |
| 36 | + - Activity |
| 37 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.finish() |
| 38 | + id: finish() |
| 39 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 40 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 41 | + langs: |
| 42 | + - java |
| 43 | + name: finish() |
| 44 | + nameWithType: AuthenticationActivity.finish() |
| 45 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.finish() |
| 46 | + overload: com.microsoft.aad.adal.AuthenticationActivity.finish* |
| 47 | + type: Method |
| 48 | + source: |
| 49 | + remote: *o0 |
| 50 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 51 | + startLine: 995 |
| 52 | + package: com.microsoft.aad.adal |
| 53 | + summary: "<p>Sends the result or a Constants.ERROR_CODE_CANCELED error if a result isn't present. </p>" |
| 54 | + syntax: |
| 55 | + content: public void finish() |
| 56 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed() |
| 57 | + id: onBackPressed() |
| 58 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 59 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 60 | + langs: |
| 61 | + - java |
| 62 | + name: onBackPressed() |
| 63 | + nameWithType: AuthenticationActivity.onBackPressed() |
| 64 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed() |
| 65 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed* |
| 66 | + type: Method |
| 67 | + source: |
| 68 | + remote: *o0 |
| 69 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 70 | + startLine: 698 |
| 71 | + package: com.microsoft.aad.adal |
| 72 | + syntax: |
| 73 | + content: public void onBackPressed() |
| 74 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onCreate(final Bundle) |
| 75 | + id: onCreate(final Bundle) |
| 76 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 77 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 78 | + langs: |
| 79 | + - java |
| 80 | + name: onCreate(final Bundle savedInstanceState) |
| 81 | + nameWithType: AuthenticationActivity.onCreate(final Bundle savedInstanceState) |
| 82 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onCreate(final Bundle savedInstanceState) |
| 83 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onCreate* |
| 84 | + type: Method |
| 85 | + source: |
| 86 | + remote: *o0 |
| 87 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 88 | + startLine: 189 |
| 89 | + package: com.microsoft.aad.adal |
| 90 | + syntax: |
| 91 | + content: protected void onCreate(final Bundle savedInstanceState) |
| 92 | + parameters: |
| 93 | + - id: savedInstanceState |
| 94 | + type: "33698995" |
| 95 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onDestroy() |
| 96 | + id: onDestroy() |
| 97 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 98 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 99 | + langs: |
| 100 | + - java |
| 101 | + name: onDestroy() |
| 102 | + nameWithType: AuthenticationActivity.onDestroy() |
| 103 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onDestroy() |
| 104 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onDestroy* |
| 105 | + type: Method |
| 106 | + source: |
| 107 | + remote: *o0 |
| 108 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 109 | + startLine: 749 |
| 110 | + package: com.microsoft.aad.adal |
| 111 | + syntax: |
| 112 | + content: protected void onDestroy() |
| 113 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onPause() |
| 114 | + id: onPause() |
| 115 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 116 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 117 | + langs: |
| 118 | + - java |
| 119 | + name: onPause() |
| 120 | + nameWithType: AuthenticationActivity.onPause() |
| 121 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onPause() |
| 122 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onPause* |
| 123 | + type: Method |
| 124 | + source: |
| 125 | + remote: *o0 |
| 126 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 127 | + startLine: 624 |
| 128 | + package: com.microsoft.aad.adal |
| 129 | + syntax: |
| 130 | + content: protected void onPause() |
| 131 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onRestart() |
| 132 | + id: onRestart() |
| 133 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 134 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 135 | + langs: |
| 136 | + - java |
| 137 | + name: onRestart() |
| 138 | + nameWithType: AuthenticationActivity.onRestart() |
| 139 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestart() |
| 140 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onRestart* |
| 141 | + type: Method |
| 142 | + source: |
| 143 | + remote: *o0 |
| 144 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 145 | + startLine: 691 |
| 146 | + package: com.microsoft.aad.adal |
| 147 | + syntax: |
| 148 | + content: protected void onRestart() |
| 149 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState(final Bundle) |
| 150 | + id: onRestoreInstanceState(final Bundle) |
| 151 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 152 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 153 | + langs: |
| 154 | + - java |
| 155 | + name: onRestoreInstanceState(final Bundle savedInstanceState) |
| 156 | + nameWithType: AuthenticationActivity.onRestoreInstanceState(final Bundle savedInstanceState) |
| 157 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState(final Bundle savedInstanceState) |
| 158 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState* |
| 159 | + type: Method |
| 160 | + source: |
| 161 | + remote: *o0 |
| 162 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 163 | + startLine: 443 |
| 164 | + package: com.microsoft.aad.adal |
| 165 | + syntax: |
| 166 | + content: protected void onRestoreInstanceState(final Bundle savedInstanceState) |
| 167 | + parameters: |
| 168 | + - id: savedInstanceState |
| 169 | + type: "33698995" |
| 170 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onResume() |
| 171 | + id: onResume() |
| 172 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 173 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 174 | + langs: |
| 175 | + - java |
| 176 | + name: onResume() |
| 177 | + nameWithType: AuthenticationActivity.onResume() |
| 178 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onResume() |
| 179 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onResume* |
| 180 | + type: Method |
| 181 | + source: |
| 182 | + remote: *o0 |
| 183 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 184 | + startLine: 647 |
| 185 | + package: com.microsoft.aad.adal |
| 186 | + syntax: |
| 187 | + content: protected void onResume() |
| 188 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState(final Bundle) |
| 189 | + id: onSaveInstanceState(final Bundle) |
| 190 | + parent: com.microsoft.aad.adal.AuthenticationActivity |
| 191 | + href: com.microsoft.aad.adal.AuthenticationActivity.yml |
| 192 | + langs: |
| 193 | + - java |
| 194 | + name: onSaveInstanceState(final Bundle outState) |
| 195 | + nameWithType: AuthenticationActivity.onSaveInstanceState(final Bundle outState) |
| 196 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState(final Bundle outState) |
| 197 | + overload: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState* |
| 198 | + type: Method |
| 199 | + source: |
| 200 | + remote: *o0 |
| 201 | + path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationActivity.java |
| 202 | + startLine: 435 |
| 203 | + package: com.microsoft.aad.adal |
| 204 | + syntax: |
| 205 | + content: protected void onSaveInstanceState(final Bundle outState) |
| 206 | + parameters: |
| 207 | + - id: outState |
| 208 | + type: "33698995" |
| 209 | +references: |
| 210 | +- uid: "33698995" |
| 211 | + spec.java: |
| 212 | + - name: final Bundle |
| 213 | + fullName: final Bundle |
| 214 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onCreate* |
| 215 | + name: onCreate |
| 216 | + nameWithType: AuthenticationActivity.onCreate |
| 217 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onCreate |
| 218 | + package: com.microsoft.aad.adal |
| 219 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState* |
| 220 | + name: onSaveInstanceState |
| 221 | + nameWithType: AuthenticationActivity.onSaveInstanceState |
| 222 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState |
| 223 | + package: com.microsoft.aad.adal |
| 224 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState* |
| 225 | + name: onRestoreInstanceState |
| 226 | + nameWithType: AuthenticationActivity.onRestoreInstanceState |
| 227 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState |
| 228 | + package: com.microsoft.aad.adal |
| 229 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onPause* |
| 230 | + name: onPause |
| 231 | + nameWithType: AuthenticationActivity.onPause |
| 232 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onPause |
| 233 | + package: com.microsoft.aad.adal |
| 234 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onResume* |
| 235 | + name: onResume |
| 236 | + nameWithType: AuthenticationActivity.onResume |
| 237 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onResume |
| 238 | + package: com.microsoft.aad.adal |
| 239 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onRestart* |
| 240 | + name: onRestart |
| 241 | + nameWithType: AuthenticationActivity.onRestart |
| 242 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestart |
| 243 | + package: com.microsoft.aad.adal |
| 244 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onDestroy* |
| 245 | + name: onDestroy |
| 246 | + nameWithType: AuthenticationActivity.onDestroy |
| 247 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onDestroy |
| 248 | + package: com.microsoft.aad.adal |
| 249 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed* |
| 250 | + name: onBackPressed |
| 251 | + nameWithType: AuthenticationActivity.onBackPressed |
| 252 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed |
| 253 | + package: com.microsoft.aad.adal |
| 254 | +- uid: com.microsoft.aad.adal.AuthenticationActivity.finish* |
| 255 | + name: finish |
| 256 | + nameWithType: AuthenticationActivity.finish |
| 257 | + fullName: com.microsoft.aad.adal.AuthenticationActivity.finish |
| 258 | + package: com.microsoft.aad.adal |
| 259 | +- uid: com.microsoft.aad.adal.StorageHelper |
| 260 | + parent: com.microsoft.aad.adal |
| 261 | + href: com.microsoft.aad.adal.StorageHelper.yml |
| 262 | + name: StorageHelper |
| 263 | + nameWithType: StorageHelper |
| 264 | + fullName: com.microsoft.aad.adal.StorageHelper |
| 265 | + type: Class |
| 266 | + summary: "<p>Shared preferences store clear text. This class helps to encrypt/decrypt text to store. API SDK>= 18 has more security with AndroidKeyStore. Note: <xref uid=\"com.microsoft.aad.adal.StorageHelper\" data-throw-if-not-resolved=\"false\">StorageHelper</xref> is designed for the ADAL internal encryption/decryption. Don't take dependency on it for external use. </p>" |
| 267 | + syntax: |
| 268 | + content: public class StorageHelper |
| 269 | +- uid: com.microsoft.aad.adal.ADALError |
| 270 | + parent: com.microsoft.aad.adal |
| 271 | + href: com.microsoft.aad.adal.ADALError.yml |
| 272 | + name: ADALError |
| 273 | + nameWithType: ADALError |
| 274 | + fullName: com.microsoft.aad.adal.ADALError |
| 275 | + type: Enum |
| 276 | + summary: "<p>ADAL Error codes. </p>" |
| 277 | + syntax: |
| 278 | + content: public enum ADALError |
0 commit comments