| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback) |
void |
AuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback)
Will try to register a user with a service using userData.
|
void |
AbstractAuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback) |
void |
AuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback)
Will try to log in a user using username and password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AGSecurityAuthenticationModule.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback) |
void |
AGSecurityAuthenticationModule.login(String username,
String password,
Callback<HeaderAndBody> callback) |
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
EnrollLoader.loadInBackground() |
HeaderAndBody |
LoginLoader.loadInBackground() |
HeaderAndBody |
LogoutLoader.loadInBackground() |
| Modifier and Type | Method and Description |
|---|---|
android.content.Loader<HeaderAndBody> |
AuthenticationModuleAdapter.onCreateLoader(int id,
android.os.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationModuleAdapter.onLoadFinished(android.content.Loader<HeaderAndBody> loader,
HeaderAndBody data)
This method will call the Callback for a enroll, login, or logout method
on the main thread of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationModuleAdapter.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback) |
void |
AuthenticationModuleAdapter.login(String username,
String password,
Callback<HeaderAndBody> callback) |
void |
AuthenticationModuleAdapter.onLoaderReset(android.content.Loader<HeaderAndBody> loader) |
void |
AuthenticationModuleAdapter.onLoadFinished(android.content.Loader<HeaderAndBody> loader,
HeaderAndBody data)
This method will call the Callback for a enroll, login, or logout method
on the main thread of the application.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
SupportEnrollLoader.loadInBackground() |
HeaderAndBody |
SupportLogoutLoader.loadInBackground() |
HeaderAndBody |
SupportLoginLoader.loadInBackground() |
| Modifier and Type | Method and Description |
|---|---|
Callback<HeaderAndBody> |
AbstractSupportAuthenticationLoader.getCallback() |
android.support.v4.content.Loader<HeaderAndBody> |
SupportAuthenticationModuleAdapter.onCreateLoader(int id,
android.os.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportAuthenticationModuleAdapter.onLoadFinished(android.support.v4.content.Loader<HeaderAndBody> loader,
HeaderAndBody data)
This method will call the Callback for a enroll, login, or logout method
on the main thread of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportAuthenticationModuleAdapter.enroll(Map<String,String> userData,
Callback<HeaderAndBody> callback) |
void |
SupportAuthenticationModuleAdapter.login(String username,
String password,
Callback<HeaderAndBody> callback) |
void |
SupportAuthenticationModuleAdapter.onLoaderReset(android.support.v4.content.Loader<HeaderAndBody> loader) |
void |
SupportAuthenticationModuleAdapter.onLoadFinished(android.support.v4.content.Loader<HeaderAndBody> loader,
HeaderAndBody data)
This method will call the Callback for a enroll, login, or logout method
on the main thread of the application.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
HttpProvider.delete(String id)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpProvider.get()
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpProvider.post(String data)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpProvider.put(String id,
String data)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderAndBody |
HttpRestProvider.delete(String id)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpRestProvider.get()
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpRestProvider.post(String data)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
HeaderAndBody |
HttpRestProvider.put(String id,
String data)
Issues an HTTP request, consumes the content, and cleans up
after itself.
|
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
PageParameterExtractor.getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
PageParameterExtractor.getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.