Skip to content

Commit f529bb1

Browse files
committed
moving all the files!
1 parent 8a66869 commit f529bb1

File tree

708 files changed

+219924
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

708 files changed

+219924
-0
lines changed

docs-ref-autogen/com.microsoft.aad.adal.ADALError.yml

+2,495
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,278 @@
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&gt;= 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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
### YamlMime:ManagedReference
2+
items:
3+
- uid: com.microsoft.aad.adal.AuthenticationCallback
4+
id: AuthenticationCallback
5+
parent: com.microsoft.aad.adal
6+
children:
7+
- com.microsoft.aad.adal.AuthenticationCallback.onError(Exception)
8+
- com.microsoft.aad.adal.AuthenticationCallback.onSuccess(T)
9+
href: com.microsoft.aad.adal.AuthenticationCallback.yml
10+
langs:
11+
- java
12+
name: AuthenticationCallback<T>
13+
nameWithType: AuthenticationCallback<T>
14+
fullName: com.microsoft.aad.adal.AuthenticationCallback<T>
15+
type: Interface
16+
source:
17+
remote: &o0
18+
path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationCallback.java
19+
branch: master
20+
repo: https://github.com/AzureAD/azure-activedirectory-library-for-android
21+
path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationCallback.java
22+
startLine: 31
23+
package: com.microsoft.aad.adal
24+
summary: "<p>Callback to use with token request. User implements this callback to use result in their context.</p>\r\n<p></p>"
25+
syntax:
26+
content: public interface AuthenticationCallback<T>
27+
typeParameters:
28+
- id: T
29+
type: 8ce1ecb9
30+
- uid: com.microsoft.aad.adal.AuthenticationCallback.onError(Exception)
31+
id: onError(Exception)
32+
parent: com.microsoft.aad.adal.AuthenticationCallback
33+
href: com.microsoft.aad.adal.AuthenticationCallback.yml
34+
langs:
35+
- java
36+
name: onError(Exception exc)
37+
nameWithType: AuthenticationCallback<T>.onError(Exception exc)
38+
fullName: com.microsoft.aad.adal.AuthenticationCallback<T>.onError(Exception exc)
39+
overload: com.microsoft.aad.adal.AuthenticationCallback.onError*
40+
type: Method
41+
source:
42+
remote: *o0
43+
path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationCallback.java
44+
startLine: 46
45+
package: com.microsoft.aad.adal
46+
summary: "<p>Sends error information. This can be user related error or server error. Cancellation error is AuthenticationCancelError.</p>\r\n<p></p>"
47+
syntax:
48+
content: public void onError(Exception exc)
49+
parameters:
50+
- id: exc
51+
type: 8a99d4b0
52+
description: <p>return <xref uid="" data-throw-if-not-resolved="false">Exception</xref></p>
53+
- uid: com.microsoft.aad.adal.AuthenticationCallback.onSuccess(T)
54+
id: onSuccess(T)
55+
parent: com.microsoft.aad.adal.AuthenticationCallback
56+
href: com.microsoft.aad.adal.AuthenticationCallback.yml
57+
langs:
58+
- java
59+
name: onSuccess(T result)
60+
nameWithType: AuthenticationCallback<T>.onSuccess(T result)
61+
fullName: com.microsoft.aad.adal.AuthenticationCallback<T>.onSuccess(T result)
62+
overload: com.microsoft.aad.adal.AuthenticationCallback.onSuccess*
63+
type: Method
64+
source:
65+
remote: *o0
66+
path: adal/src/main/java/com/microsoft/aad/adal/AuthenticationCallback.java
67+
startLine: 38
68+
package: com.microsoft.aad.adal
69+
summary: "<p>This will have the token info.</p>\r\n<p></p>"
70+
syntax:
71+
content: public void onSuccess(T result)
72+
parameters:
73+
- id: result
74+
type: 8ce1ecb9
75+
description: <p>returns &lt;T&gt; </p>
76+
references:
77+
- uid: 8ce1ecb9
78+
spec.java:
79+
- name: T
80+
fullName: T
81+
- uid: com.microsoft.aad.adal.AuthenticationCallback.onSuccess*
82+
name: onSuccess
83+
nameWithType: AuthenticationCallback<T>.onSuccess
84+
fullName: com.microsoft.aad.adal.AuthenticationCallback<T>.onSuccess
85+
package: com.microsoft.aad.adal
86+
- uid: 8a99d4b0
87+
spec.java:
88+
- name: Exception
89+
fullName: Exception
90+
- uid: com.microsoft.aad.adal.AuthenticationCallback.onError*
91+
name: onError
92+
nameWithType: AuthenticationCallback<T>.onError
93+
fullName: com.microsoft.aad.adal.AuthenticationCallback<T>.onError
94+
package: com.microsoft.aad.adal

0 commit comments

Comments
 (0)