| 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.
|
void |
AbstractAuthenticationModule.logout(Callback<Void> callback) |
void |
AuthenticationModule.logout(Callback<Void> callback)
Performs a logout of the current user.
|
| 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) |
void |
AGSecurityAuthenticationModule.logout(Callback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLStore.open(Callback onReady) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestAdapter.read(Callback<List<T>> callback)
Reads all the data from the underlying server connection.
|
void |
RestAdapter.readWithFilter(ReadFilter filter,
Callback<List<T>> callback) |
void |
RestAdapter.remove(String id,
Callback<Void> callback)
Removes an object from the underlying server connection.
|
void |
RestAdapter.save(T data,
Callback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
WrappingPagedList.next(Callback<List<T>> callback) |
void |
WrappingPagedList.previous(Callback<List<T>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.read(Callback<List<T>> callback)
Reads all the data from the underlying server connection.
|
void |
Pipe.readWithFilter(ReadFilter filter,
Callback<List<T>> callback)
Reads all the data from the underlying server connection.
|
void |
Pipe.remove(String id,
Callback<Void> callback)
Removes an object from the underlying server connection.
|
void |
Pipe.save(T item,
Callback<T> callback)
Saves or updates a given object on the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PagedList.next(Callback<List<T>> callback)
Retrieve the next result set.
|
void |
PagedList.previous(Callback<List<T>> callback)
Retrieve the previous result set.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.