| 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 |
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 |
PageResultExtractor.getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
PageResultExtractor.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.