AeroGear Android Library 1.4.0
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractActivityCallback<T> - Class in org.jboss.aerogear.android.pipeline
LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
AbstractActivityCallback(Object...) - Constructor for class org.jboss.aerogear.android.pipeline.AbstractActivityCallback
This accepts an arbitrary list of Object and uses Objects to generate a hashcode.
AbstractAuthenticationLoader - Class in org.jboss.aerogear.android.authentication.impl.loader
This class provides a reference to the callback, authentication module, and possible exceptions for the authentication loaders, modules, and call backs which may use it.
AbstractAuthenticationLoader(Context, AuthenticationModule, Callback) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
AbstractAuthenticationModule - Class in org.jboss.aerogear.android.authentication
This class stubs out the enroll, login, and logout methods.
AbstractAuthenticationModule() - Constructor for class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
AbstractAuthenticationModuleRunner - Class in org.jboss.aerogear.android.authentication.impl
 
AbstractAuthenticationModuleRunner(URL, AuthenticationConfig) - Constructor for class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
AbstractCallback<T> - Class in org.jboss.aerogear.android.pipeline
This class provides a hashcode method for a callback based on constructor parameters.
AbstractCallback(Object...) - Constructor for class org.jboss.aerogear.android.pipeline.AbstractCallback
This accepts an arbitrary list of Object and uses Objects to generate a hashcode.
AbstractEncryptionService - Class in org.jboss.aerogear.android.impl.security
This class will manage Instance and Application scoped IVs.
AbstractEncryptionService(Context) - Constructor for class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
AbstractFragmentActivityCallback<T> - Class in org.jboss.aerogear.android.pipeline.support
LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
AbstractFragmentActivityCallback(Object...) - Constructor for class org.jboss.aerogear.android.pipeline.support.AbstractFragmentActivityCallback
This accepts an arbitrary list of Object and uses Objects to generate a hashcode.
AbstractFragmentCallback<T> - Class in org.jboss.aerogear.android.pipeline
LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
AbstractFragmentCallback(Object...) - Constructor for class org.jboss.aerogear.android.pipeline.AbstractFragmentCallback
This accepts an arbitrary list of Object and uses Objects to generate a hashcode.
AbstractPipeLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader
This class maintains references to the callback to be called when a Loader supporting a Pipe's operation completes.
AbstractPipeLoader(Context, Callback<T>) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
AbstractSupportAuthenticationLoader - Class in org.jboss.aerogear.android.authentication.impl.loader.support
This class provides a reference to the callback, authentication module, and possible exceptions for the authentication loaders, modules, and call backs which may use it.
AbstractSupportAuthenticationLoader(Context, AuthenticationModule, Callback) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
AbstractSupportFragmentCallback<T> - Class in org.jboss.aerogear.android.pipeline.support
LoaderPipe and AuthenticationModule instances which consume callbacks of this type will supply it with a Activity instance before onSuccess or onFailure are called.
AbstractSupportFragmentCallback(Object...) - Constructor for class org.jboss.aerogear.android.pipeline.support.AbstractSupportFragmentCallback
This accepts an arbitrary list of Object and uses Objects to generate a hashcode.
AbstractSupportPipeLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader.support
This class maintains references to the callback to be called when a Loader supporting a Pipe's operation completes.
AbstractSupportPipeLoader(Context, Callback<T>) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
add(String, AuthenticationModule) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
 
addAccount(OAuth2AuthzSession) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
Put a session into the store.
addEntry(String, byte[]) - Method in class org.jboss.aerogear.android.impl.security.KeyStoreServices
 
addHeader(String, String) - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
addQueryParameter(String, String) - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
AeroGearGCMMessageReceiver - Class in org.jboss.aerogear.android.unifiedpush
AeroGear specific BroadcastReceiver implementation for Google Cloud Messaging.
AeroGearGCMMessageReceiver() - Constructor for class org.jboss.aerogear.android.unifiedpush.AeroGearGCMMessageReceiver
 
AeroGearGCMPushRegistrar - Class in org.jboss.aerogear.android.impl.unifiedpush
 
AeroGearGCMPushRegistrar(PushConfig) - Constructor for class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
 
AGSecurityAuthenticationModule - Class in org.jboss.aerogear.android.authentication.impl
A module for authenticating with restful AG services.
AGSecurityAuthenticationModule(URL, AuthenticationConfig) - Constructor for class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
appendQueryToBaseURL(URL, String) - Static method in class org.jboss.aerogear.android.impl.util.UrlUtils
Append the base url with the query.
appendToBaseURL(URL, String) - Static method in class org.jboss.aerogear.android.impl.util.UrlUtils
Append the base url with endpoint
applicationIV - Variable in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
asArrayClass(Class<T>) - Static method in class org.jboss.aerogear.android.impl.util.ClassUtils
This will return a class of the type T[] from a given class.
auth(String, AuthenticationConfig) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Builds a AuthenticationModule based on the AuthenticationConfig and records it as name
AuthenticationConfig - Class in org.jboss.aerogear.android.authentication
This is the minimum (hopefully) necessary parameters for an AuthenticationModule
AuthenticationConfig() - Constructor for class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
AuthenticationModule - Interface in org.jboss.aerogear.android.authentication
A module which can authenticate a user.
AuthenticationModuleAdapter - Class in org.jboss.aerogear.android.authentication.impl.loader
This class manages the relationship between Android's Loader framework and requests to Authentication.
AuthenticationModuleAdapter(Activity, AuthenticationModule, String) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
AuthenticationModuleAdapter(Fragment, Context, AuthenticationModule, String) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
AuthenticationModuleAdapter.Methods - Enum in org.jboss.aerogear.android.authentication.impl.loader
 
Authenticator - Class in org.jboss.aerogear.android.authentication.impl
This is the default implementation of Authenticator.
Authenticator(URL) - Constructor for class org.jboss.aerogear.android.authentication.impl.Authenticator
 
Authenticator(String) - Constructor for class org.jboss.aerogear.android.authentication.impl.Authenticator
 
AuthorizationFields - Class in org.jboss.aerogear.android.authentication
This class wraps up fields which need to be applied to a request to ensure it can be securely consumed.
AuthorizationFields() - Constructor for class org.jboss.aerogear.android.authentication.AuthorizationFields
 
Authorizer - Class in org.jboss.aerogear.android
 
Authorizer() - Constructor for class org.jboss.aerogear.android.Authorizer
 
AuthType - Interface in org.jboss.aerogear.android.authentication
A interface for the types of AuthenticationModule knows how to build.
AuthTypes - Enum in org.jboss.aerogear.android.authentication.impl
Enum of internally supported instances of AuthType
authz(AuthzConfig) - Method in class org.jboss.aerogear.android.Authorizer
authz will construct an AuthzModule for the config Object if the config is a supported type.
AuthzConfig - Class in org.jboss.aerogear.android.impl.authz
Authorization configuration class.
AuthzConfig(URL, String) - Constructor for class org.jboss.aerogear.android.impl.authz.AuthzConfig
 
AuthzModule - Interface in org.jboss.aerogear.android.authorization
The AuthzModule wraps access to Authorization providers and exposes authorization state and tokens to Android applications.
AuthzService - Class in org.jboss.aerogear.android.impl.authz
This service manages tokens for Authorization sessions.
AuthzService() - Constructor for class org.jboss.aerogear.android.impl.authz.AuthzService
 
AuthzService.AGAuthzServiceConnection - Class in org.jboss.aerogear.android.impl.authz
Defines callbacks for service binding, passed to bindService()
AuthzService.AGAuthzServiceConnection() - Constructor for class org.jboss.aerogear.android.impl.authz.AuthzService.AGAuthzServiceConnection
 
AuthzService.AuthzBinder - Class in org.jboss.aerogear.android.impl.authz
 
AuthzType - Interface in org.jboss.aerogear.android.authorization
This is a marker interface for Types of Authorization.
AuthzTypes - Enum in org.jboss.aerogear.android.impl.authz
This is an enumeration of types supported by AeroGear.

B

baseURL - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 

C

callback - Variable in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
CALLBACK - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
callback - Variable in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
Callback<T> - Interface in org.jboss.aerogear.android
A handler for consuming the data/result of an operation.
CALLBACK - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for callbacks handed to Pipe methods.
ClassUtils - Class in org.jboss.aerogear.android.impl.util
Utilities for working with classes, reflection, etc
ClassUtils() - Constructor for class org.jboss.aerogear.android.impl.util.ClassUtils
 
close() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
computeMD5Hash(byte[]) - Static method in class org.jboss.aerogear.android.authentication.impl.DigestHeaderUtils
 
CONTENT_TYPE - Static variable in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
createPipe(Class<T>, PipeConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.DefaultPipeFactory
 
createPipe(Class<T>, PipeConfig) - Method in interface org.jboss.aerogear.android.pipeline.PipeFactory
 
createPushRegistrar(PushConfig) - Method in class org.jboss.aerogear.android.impl.unifiedpush.DefaultPushRegistrarFactory
 
createPushRegistrar(PushConfig) - Method in interface org.jboss.aerogear.android.unifiedpush.PushRegistrarFactory
Creates a push registrar
createStore(StoreConfig) - Method in interface org.jboss.aerogear.android.datamanager.StoreFactory
 
createStore(StoreConfig) - Method in class org.jboss.aerogear.android.impl.datamanager.DefaultStoreFactory
 
CREATOR - Static variable in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
CryptoConfig - Interface in org.jboss.aerogear.android.security
This is a marker interface used by the KeyManagement factory class.
CryptoUtils<T> - Class in org.jboss.aerogear.android.impl.util
 
CryptoUtils(PrivateKey, byte[], Class<T>) - Constructor for class org.jboss.aerogear.android.impl.util.CryptoUtils
 
CryptoUtils(PrivateKey, byte[], Class<T>, GsonBuilder) - Constructor for class org.jboss.aerogear.android.impl.util.CryptoUtils
 

D

DataManager - Class in org.jboss.aerogear.android
Represents an abstraction layer for a storage system.
DataManager() - Constructor for class org.jboss.aerogear.android.DataManager
Creates a new DataManager using DefaultIdGenerator and DefaultStoreFactory
DataManager(IdGenerator) - Constructor for class org.jboss.aerogear.android.DataManager
Creates a new DataManager using the idGenerator parameter and DefaultStoreFactory
DataManager(StoreFactory) - Constructor for class org.jboss.aerogear.android.DataManager
Creates a new DataManager using the storeFactory parameter and DefaultIdGenerator
DataManager(IdGenerator, StoreFactory) - Constructor for class org.jboss.aerogear.android.DataManager
Creates a DataManager using the supplied parameters
decrypt(byte[]) - Method in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
decrypt(byte[], byte[]) - Method in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
decrypt(Collection<byte[]>) - Method in class org.jboss.aerogear.android.impl.util.CryptoUtils
 
decrypt(byte[]) - Method in class org.jboss.aerogear.android.impl.util.CryptoUtils
 
decrypt(byte[]) - Method in interface org.jboss.aerogear.android.security.EncryptionService
Decrypt the message with an application scoped IV
decrypt(byte[], byte[]) - Method in interface org.jboss.aerogear.android.security.EncryptionService
Decrypt the message with an IV
DEFAULT_MESSAGE_HANDLER_KEY - Static variable in class org.jboss.aerogear.android.unifiedpush.AeroGearGCMMessageReceiver
 
DefaultEncryptionServiceFactory - Class in org.jboss.aerogear.android.impl.security
 
DefaultEncryptionServiceFactory() - Constructor for class org.jboss.aerogear.android.impl.security.DefaultEncryptionServiceFactory
 
DefaultIdGenerator - Class in org.jboss.aerogear.android.impl.datamanager
Id Generate using a Universally Unique Identifier (UUID).
DefaultIdGenerator() - Constructor for class org.jboss.aerogear.android.impl.datamanager.DefaultIdGenerator
 
DefaultParameterProvider - Class in org.jboss.aerogear.android.impl.pipeline.paging
This class returns the URI calculated from ReadFilter.getQuery
DefaultParameterProvider() - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.DefaultParameterProvider
 
DefaultPipeFactory - Class in org.jboss.aerogear.android.impl.pipeline
 
DefaultPipeFactory() - Constructor for class org.jboss.aerogear.android.impl.pipeline.DefaultPipeFactory
 
DefaultPushRegistrarFactory - Class in org.jboss.aerogear.android.impl.unifiedpush
 
DefaultPushRegistrarFactory() - Constructor for class org.jboss.aerogear.android.impl.unifiedpush.DefaultPushRegistrarFactory
 
DefaultStoreFactory - Class in org.jboss.aerogear.android.impl.datamanager
 
DefaultStoreFactory() - Constructor for class org.jboss.aerogear.android.impl.datamanager.DefaultStoreFactory
 
delegate() - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
delete(String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
delete(String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
delete(String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
DELETED - Static variable in class org.jboss.aerogear.android.unifiedpush.PushConstants
An intent with this key means that the message it encapsulates refers to messages which have been deleted by the push provider.
describeContents() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
DigestAuthenticationModuleRunner - Class in org.jboss.aerogear.android.authentication.impl
 
DigestAuthenticationModuleRunner(URL, AuthenticationConfig) - Constructor for class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
DigestHeaderUtils - Class in org.jboss.aerogear.android.authentication.impl
 
DigestHeaderUtils() - Constructor for class org.jboss.aerogear.android.authentication.impl.DigestHeaderUtils
 

E

encrypt(byte[]) - Method in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
encrypt(byte[], byte[]) - Method in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
encrypt(T) - Method in class org.jboss.aerogear.android.impl.util.CryptoUtils
 
encrypt(byte[]) - Method in interface org.jboss.aerogear.android.security.EncryptionService
Encrypt the message with an application scoped IV
encrypt(byte[], byte[]) - Method in interface org.jboss.aerogear.android.security.EncryptionService
Encrypt the message with a iv
EncryptedMemoryStore<T> - Class in org.jboss.aerogear.android.impl.datamanager
 
EncryptedMemoryStore(IdGenerator, String, Class<T>) - Constructor for class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
 
EncryptedSQLStore<T> - Class in org.jboss.aerogear.android.impl.datamanager
 
EncryptedSQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String) - Constructor for class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
 
EncryptedSQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String, String) - Constructor for class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
 
encryptedStore(String, String, Class) - Method in class org.jboss.aerogear.android.DataManager
Creates a new default encrypted (in memory) Store implementation.
encryptedStore(String, StoreConfig, String, Class) - Method in class org.jboss.aerogear.android.DataManager
Creates a new Store implementation.
encryptionService(String, CryptoConfig, Context) - Method in class org.jboss.aerogear.android.KeyManager
This method will create a encryptionService based on the config object.
EncryptionService - Interface in org.jboss.aerogear.android.security
Classes which implement this interface are responsible for providing encryption services to AeroGear.
EncryptionServiceFactory - Interface in org.jboss.aerogear.android.security
Classes which implement this interface are responsible for creating Encryption services from a config object.
EncryptionServiceType - Interface in org.jboss.aerogear.android.security
Implementations of this interface provide identifying information to KeyManager and KeyServiceFactory.
EncryptionServiceTypes - Enum in org.jboss.aerogear.android.impl.security
Encryption Service Types
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Will try to register a user with a service using userData.
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
Enrolling is not supported using http basic.
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
enroll(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
enrollEndpoint - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
EnrollLoader - Class in org.jboss.aerogear.android.authentication.impl.loader
This class is a Loader which performs an enroll operation on behalf of an AuthenticationModule.
EnrollLoader(Context, Callback, AuthenticationModule, Map<String, String>) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.EnrollLoader
 
enrollURL - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
equals(Object) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
equals(Object) - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
error - Variable in exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
ERROR - Static variable in class org.jboss.aerogear.android.unifiedpush.PushConstants
Intents with this key indicate that some error occurred.
exception - Variable in class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
exception - Variable in class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
extractValues(String) - Static method in class org.jboss.aerogear.android.authentication.impl.DigestHeaderUtils
 

F

fetchAccessCode(String, AuthzConfig, Callback<String>) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2FetchAccess
 
fetchAccessToken(String, AuthzConfig) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
This will exchange an Authorization token for an Access Token
FieldNotFoundException - Exception in org.jboss.aerogear.android.impl.reflection
Thrown when a particular field cannot be found.
FieldNotFoundException(Class, String) - Constructor for exception org.jboss.aerogear.android.impl.reflection.FieldNotFoundException
Constructs with class and fieldName cannot be found.
FILTER - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for the ReadFilter param
findIdValueIn(Object) - Static method in class org.jboss.aerogear.android.impl.reflection.Scan
Finds the value of the ID property in the data object.

G

generate() - Method in interface org.jboss.aerogear.android.datamanager.IdGenerator
Generate new id
generate() - Method in class org.jboss.aerogear.android.impl.datamanager.DefaultIdGenerator
Generate new id
get(String) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Gets a AuthenticationModule for name This method should NOT be called by Activities or Fragments.
get(String, Activity) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Gets a AuthenticationModule for name.
get(String, Fragment, Context) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Gets a AuthenticationModule for name.
get(String, FragmentActivity) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Gets a AuthenticationModule for name.
get(String, Fragment, Context) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Gets a AuthenticationModule for name.
get(String) - Method in class org.jboss.aerogear.android.Authorizer
Look up for a authzModule object.
get(String) - Method in class org.jboss.aerogear.android.DataManager
Loads a given Store implementation, based on the given storeName argument.
get() - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
get(Object...) - Method in class org.jboss.aerogear.android.impl.core.HttpProviderFactory
 
get() - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
get() - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
get(String) - Method in class org.jboss.aerogear.android.KeyManager
Fetches an instance of encryption service.
get(String) - Method in class org.jboss.aerogear.android.Pipeline
Look up for a pipe object.
get(String, Activity) - Method in class org.jboss.aerogear.android.Pipeline
Look up for a pipe object.
get(String, Fragment, Context) - Method in class org.jboss.aerogear.android.Pipeline
Look up for a pipe object.
get(String, FragmentActivity) - Method in class org.jboss.aerogear.android.Pipeline
Look up for a pipe object.
get(String, Fragment, Context) - Method in class org.jboss.aerogear.android.Pipeline
Look up for a pipe object.
get(Object...) - Method in interface org.jboss.aerogear.android.Provider
Constructs and returns an object of type T
get(String) - Method in class org.jboss.aerogear.android.unifiedpush.Registrations
Recalls a PushRegister instance which was created with push(java.lang.String, org.jboss.aerogear.android.unifiedpush.PushConfig).
getAccessToken() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
getAccessTokenEndpoint() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The accessTokenEndpoint is responsible for generating an accesstoken for an authorized user.
getAccount(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
Returns the OAuth2AuthzSession for accountId if any
getAccountId() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The account ID parameter is to identify it ID of the OAuth2AuthzSession which will be used to store the information.
getAccountId() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
AccountId represents the ID of the account type used to fetch sessions for the type
getAccounts() - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
Fetches all OAuth2AuthzSessions in the system.
getActivity() - Method in class org.jboss.aerogear.android.pipeline.AbstractActivityCallback
This method should be called in the onSuccess or onFailure methods of subclasses.
getAdditionalAccessParams() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
Sometimes a implementation will need additional parameters when access is performed.
getAdditionalAuthorizationParams() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
Sometimes a implementation will need additional parameters when authorization is performed.
getAlias() - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
getAlias() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The Alias is an identifier of the user of the system.
getAuthModule() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getAuthorizationCode() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
getAuthorizationFields() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
getAuthorizationFields(URI, String, byte[]) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
This method is called be Pipe implementations when they need security applied to their HttpProvider.
getAuthorizationFields() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getAuthorizationFields() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getAuthorizationFields() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getAuthorizationFields() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getAuthorizationFields() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getAuthorizationFields(URI, String, byte[]) - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
This method is called be Pipe implementations when they need security applied to their HttpProvider.
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
getAuthorizationHeader(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
getAuthType() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
getAuthzEndpoint() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The authzEnpoint defines the endpoint which the Authorization module will use to obtain an authorization token.
getAuthzModule() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getBaseURI() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getBaseURL() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getBaseURL() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getBaseURL() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The baseURL is the url which endpoints will be appended to.
getBaseURL() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getBody() - Method in class org.jboss.aerogear.android.http.HeaderAndBody
 
getBody(T) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
getBody(T) - Method in class org.jboss.aerogear.android.impl.pipeline.MultipartRequestBuilder
 
getBody(T) - Method in interface org.jboss.aerogear.android.pipeline.RequestBuilder
This method creates the body of a request for a Pipe to use.
getBuilder() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getCallback() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
getCallback() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
getCallback() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
getCallback() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
getCategories() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The categories specifies a channel which may be used to send messages
getCliendId() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
getClientId() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The client ID is the ID assigned to the application by the service provider.
getClientSecret() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The client secret is assigned to the application by the service provider.
getContentType() - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
getContentType() - Method in class org.jboss.aerogear.android.impl.pipeline.MultipartRequestBuilder
 
getContentType() - Method in interface org.jboss.aerogear.android.pipeline.RequestBuilder
 
getContext() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getCryptoInstance() - Method in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
getCryptoInstance() - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices
 
getCryptoInstance() - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices
 
getData() - Method in exception org.jboss.aerogear.android.http.HttpException
 
getDataRoot() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Deprecated.
getDataRoot() - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
getDataRoot() - Method in class org.jboss.aerogear.android.pipeline.MarshallingConfig
DataRoot refers to the dotted location of the result we are interested in from the JSON response from the server.
getDeviceToken() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The device token Identifies the device within its Push Network.
getDeviceType() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
Device type determines which cloud messaging system will be used by the AeroGear Unified Push Server Defaults to ANDROID
getEncoding() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Deprecated.
getEncoding() - Method in class org.jboss.aerogear.android.pipeline.MarshallingConfig
Encoding is the data encoding of the http body.
getEndpoint() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
getEnrollEndpoint() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getEnrollEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getEntry(String) - Method in class org.jboss.aerogear.android.impl.security.KeyStoreServices
 
getError() - Method in exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
getErrorEnum(String) - Static method in enum org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException.Error
 
getException() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
getException() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
getException() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
getException() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
getExpires_on() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
getFieldName() - Method in class org.jboss.aerogear.android.impl.reflection.Property
 
getFileName() - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
getFragment() - Method in class org.jboss.aerogear.android.pipeline.AbstractFragmentCallback
This method should be called in the onSuccess or onFailure methods of subclasses.
getFragment() - Method in class org.jboss.aerogear.android.pipeline.support.AbstractSupportFragmentCallback
This method should be called in the onSuccess or onFailure methods of subclasses.
getFragmentActivity() - Method in class org.jboss.aerogear.android.pipeline.support.AbstractFragmentActivityCallback
This method should be called in the onSuccess or onFailure methods of subclasses.
getGson() - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
Deprecated.
This method exists to support another deprecated method while we transition off of it. PipeConfig.setGsonBuilder(com.google.gson.GsonBuilder)
getGson() - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
Deprecated.
This method exists to support another deprecated method while we transition off of it. PipeConfig.setGsonBuilder(com.google.gson.GsonBuilder)
getGson() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getGson() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
getGson() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getGson() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Deprecated.
getGsonBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Deprecated.
Pipes are moving to a more generic RequestBuilder interface. GsonRequestBuilder
getHandler() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getHandler() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getHandler() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
getHandler() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getHandler() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Returns the instance which is responsible for handling read, save, and remove.
getHeader(String) - Method in class org.jboss.aerogear.android.http.HeaderAndBody
 
getHeaders() - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
getHeaders() - Method in exception org.jboss.aerogear.android.http.HttpException
 
getHttpProvider(URL) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
This method allows an implementation to change how the HttpProvider is fetched.
getIdGenerator() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getInputStream() - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
getKlass() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getKlass() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getKlass() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
getKlass() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getKlass() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
 
getLimit() - Method in class org.jboss.aerogear.android.ReadFilter
 
getLimitValue() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
LimitValue is the maximum number of results the server should return (default: 10)
getLinkUri() - Method in class org.jboss.aerogear.android.ReadFilter
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
getLoginEndpoint() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
getLogoutEndpoint() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
getMarshallingConfig() - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
The marshalling config sets options for reading and processing data
getMarshallingConfig() - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
The marshalling config sets options for reading and processing data
getMarshallingConfig() - Method in class org.jboss.aerogear.android.impl.pipeline.MultipartRequestBuilder
 
getMarshallingConfig() - Method in interface org.jboss.aerogear.android.pipeline.RequestBuilder
The marshalling config sets options for reading and processing data
getMarshallingConfig() - Method in interface org.jboss.aerogear.android.pipeline.ResponseParser
The marshalling config sets options for reading and processing data
getMetadataLocation() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
MetadataLocation indicates whether paging information is received from the response header, the response body (body) or via RFC 5988 (webLinking), which is the default
getMimeType() - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
getModule() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
getModule() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
getName() - Method in enum org.jboss.aerogear.android.authentication.impl.AuthTypes
 
getName() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
Name refers to the name of the module this config will become
getName() - Method in enum org.jboss.aerogear.android.impl.authz.AuthzTypes
 
getName() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getName() - Method in enum org.jboss.aerogear.android.impl.datamanager.StoreTypes
 
getName() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getName() - Method in enum org.jboss.aerogear.android.impl.pipeline.PipeTypes
 
getName() - Method in enum org.jboss.aerogear.android.impl.security.EncryptionServiceTypes
 
getName() - Method in enum org.jboss.aerogear.android.impl.unifiedpush.PushTypes
 
getName() - Method in interface org.jboss.aerogear.android.TypeDescriptor
 
getNextFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.URIBodyPageParser
 
getNextFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.URIPageHeaderParser
 
getNextFilter() - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
getNextFilter(HeaderAndBody, T) - Method in interface org.jboss.aerogear.android.pipeline.paging.PageParameterExtractor
Extracts a usable ReadFilter from the response of a server for the "next" result set.
getNextIdentifier() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
NextIdentifier names the element containing data for the next page (default: next)
getOffset() - Method in class org.jboss.aerogear.android.ReadFilter
 
getOffsetValue() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
OffsetValue is the offset of the first element that should be included in the returned collection (default: 0)
getOperatingSystem() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The name of the operating system.
getOsVersion() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The version of the operating system running.
getPageConfig() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
PageConfig is the configuration information for Paging.
getPageParameterExtractor() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
PageParameterExtractor is the a PageParameterExtractor which parses the response and provides data to a Pipe for the "next" and "previous" pages.
getParameterProvider() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
The ParameterProvider for paging.
getParameters(ReadFilter) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.DefaultParameterProvider
 
getParameters() - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WebLink
 
getParameters(ReadFilter) - Method in interface org.jboss.aerogear.android.pipeline.paging.ParameterProvider
 
getPassphrase() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getPassphrase() - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
getPassword() - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
getPreviousFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.URIBodyPageParser
 
getPreviousFilter(HeaderAndBody, PageConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.URIPageHeaderParser
 
getPreviousFilter() - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
getPreviousFilter(HeaderAndBody, T) - Method in interface org.jboss.aerogear.android.pipeline.paging.PageParameterExtractor
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
getPreviousIdentifier() - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
PreviousIdentifier names the element containing data for the previous page (default: previous)
getPushServerURI() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
RegistryURL is the URL of the 3rd party application server
getQuery() - Method in class org.jboss.aerogear.android.ReadFilter
 
getQueryParameters() - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
getRedirectURL() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The redirect URL is the url which handles consuming a response from the authorization server.
getRefreshToken() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
getRegistrationId(Context) - Method in class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
Gets the current registration id for application on GCM service.
getRequestBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getRequestBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
A request builder is responsible for turning an object into a request used in a Pipe's save methods.
getRequestBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
getRequestBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
getRequestBuilder() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getRequestBuilder() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
The RequestBuilder is responsible for turning objects in bodies of requests.
getResponseParser() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getResponseParser() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
A ResponseParser is responsible for parsing a String value of the response from a remote source into a object instance.
getResponseParser() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
getResponseParser() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getResponseParser() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
The ResponseParser is responsible for turning responses from a SAVE into an object
getSalt() - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
getScopes() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
Scopes are a list of permissions the application will request at Authorization.
getSecret() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
Secret of the Variant from the AeroGear UnifiedPush Server.
getService() - Method in class org.jboss.aerogear.android.impl.authz.AuthzService.AGAuthzServiceConnection
 
getService() - Method in class org.jboss.aerogear.android.impl.authz.AuthzService.AuthzBinder
 
getService(CryptoConfig, Context) - Method in class org.jboss.aerogear.android.impl.security.DefaultEncryptionServiceFactory
 
getService(CryptoConfig, Context) - Method in interface org.jboss.aerogear.android.security.EncryptionServiceFactory
This method provides a EncryptionService.
getStatusCode() - Method in exception org.jboss.aerogear.android.http.HttpException
 
getTimeout() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
Timeout is the length of time in milliseconds that a Module will wait for a response from a call to login, logout, or enroll
getTimeout() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Timeout is the length of time in milliseconds that a Pipe will wait for a response from a call to read, save or remove
getType() - Method in interface org.jboss.aerogear.android.datamanager.Store
Returns the type of the underlying 'store implementation'
getType() - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The Type of module this config will become.
getType() - Method in exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
getType() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Returns the type of the underlying 'store implementation'
getType() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Returns the type of the underlying 'store implementation'
getType() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Returns the type of the underlying 'store implementation'
getType() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Returns the type of the underlying 'store implementation'
getType() - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
getType() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getType() - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
getType() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
Returns the connection type of this Pipe object (e.g.
getType() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getType() - Method in class org.jboss.aerogear.android.impl.reflection.Property
 
getType() - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
getType() - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
getType() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Returns the connection type of this Pipe object (e.g.
getType() - Method in interface org.jboss.aerogear.android.security.CryptoConfig
 
getType() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The type is a key which is used by Registrations to know which implementation of PushRegister to use.
getUri() - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WebLink
 
getUrl() - Method in interface org.jboss.aerogear.android.http.HttpProvider
 
getUrl() - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
getUrl() - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
getUrl() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
getUrl() - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
Returns the URL to which this Pipe object points.
getUrl() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
getUrl() - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Returns the URL to which this Pipe object points.
getValue(Object) - Method in class org.jboss.aerogear.android.impl.reflection.Property
Get value
getVariantID() - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
ID of the Variant from the AeroGear UnifiedPush Server.
getWhere() - Method in class org.jboss.aerogear.android.ReadFilter
 
GsonRequestBuilder<T> - Class in org.jboss.aerogear.android.impl.pipeline
 
GsonRequestBuilder() - Constructor for class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
GsonRequestBuilder(Gson) - Constructor for class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
GsonResponseParser<T> - Class in org.jboss.aerogear.android.impl.pipeline
 
GsonResponseParser() - Constructor for class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 
GsonResponseParser(Gson) - Constructor for class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 

H

handleArrayResponse(String, Class<T[]>) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 
handleArrayResponse(String, Class<T[]>) - Method in interface org.jboss.aerogear.android.pipeline.ResponseParser
handleResponse(String, Class<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 
handleResponse(HeaderAndBody, Class<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 
handleResponse(String, Class<T>) - Method in interface org.jboss.aerogear.android.pipeline.ResponseParser
handleResponse(HeaderAndBody, Class<T>) - Method in interface org.jboss.aerogear.android.pipeline.ResponseParser
 
hasAccount(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
Will check if there is an account which has previously been granted an authorization code and access code
hasCredentials() - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
This function checks if a module has all of the necessary information to make a authorized request.
hasCredentials() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
hasException() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
hasException() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
hasException() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
hashCode() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
hashCode() - Method in class org.jboss.aerogear.android.pipeline.AbstractCallback
 
hashCode() - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
HeaderAndBody - Class in org.jboss.aerogear.android.http
This is a convenience to wrap up headers from a HTTPResponse with its entity.
HeaderAndBody(byte[], Map<String, Object>) - Constructor for class org.jboss.aerogear.android.http.HeaderAndBody
 
HttpBasicAuthenticationModule - Class in org.jboss.aerogear.android.authentication.impl
This class provides Authentication using HTTP Basic As per the HTTP RFC this class will cache credentials and consumed by Pipe requests.
HttpBasicAuthenticationModule(URL) - Constructor for class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
HttpDigestAuthenticationModule - Class in org.jboss.aerogear.android.authentication.impl
This class provides Authentication using HTTP Digest As per the HTTP RFC this class will cache credentials and consumed by Pipe requests.
HttpDigestAuthenticationModule(URL, AuthenticationConfig) - Constructor for class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
HttpException - Exception in org.jboss.aerogear.android.http
If an HTTP Request does not return status code 200 then this will be thrown.
HttpException(byte[], int) - Constructor for exception org.jboss.aerogear.android.http.HttpException
 
HttpException(byte[], int, Map<String, String>) - Constructor for exception org.jboss.aerogear.android.http.HttpException
 
HttpException(byte[], int, String) - Constructor for exception org.jboss.aerogear.android.http.HttpException
 
HttpException(byte[], int, String, Map<String, String>) - Constructor for exception org.jboss.aerogear.android.http.HttpException
 
HttpProvider - Interface in org.jboss.aerogear.android.http
A suite a convenience functions which wrap and clean up common HTTP request operations.
httpProviderFactory - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
HttpProviderFactory - Class in org.jboss.aerogear.android.impl.core
 
HttpProviderFactory() - Constructor for class org.jboss.aerogear.android.impl.core.HttpProviderFactory
 
HttpRestProvider - Class in org.jboss.aerogear.android.impl.http
These are tuned for AeroGear, assume the body is String data, and that the headers don't do anything funny.
HttpRestProvider(URL) - Constructor for class org.jboss.aerogear.android.impl.http.HttpRestProvider
 
HttpRestProvider(URL, Integer) - Constructor for class org.jboss.aerogear.android.impl.http.HttpRestProvider
 
HttpRestProviderForPush - Class in org.jboss.aerogear.android.impl.http
This is a stopgap class to provide HTTP Basic Authentication until we move Authenticator support to the HttpProvider level.
HttpRestProviderForPush(URL, Integer) - Constructor for class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 

I

IdGenerator - Interface in org.jboss.aerogear.android.datamanager
Id generator strategy to using on store
INSTANCE_IV - Static variable in class org.jboss.aerogear.android.impl.security.AbstractEncryptionService
 
InvalidKeyException - Exception in org.jboss.aerogear.android.impl.crypto
 
InvalidKeyException(RuntimeException) - Constructor for exception org.jboss.aerogear.android.impl.crypto.InvalidKeyException
 
isAuthorized() - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
If a module is Authorized that means that it can be used to provide authorization meta-data to calling code.
isAuthorized() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
isBound() - Method in class org.jboss.aerogear.android.impl.authz.AuthzService.AGAuthzServiceConnection
 
isEmpty() - Method in interface org.jboss.aerogear.android.datamanager.Store
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Checks if the storage system contains no stored elements.
isEmpty() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Checks if the storage system contains no stored elements.
isLoggedIn() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
isLoggedIn() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
isLoggedIn() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
isLoggedIn() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
isLoggedIn() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
isLoggedIn() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
ITEM - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for the item to be saved

K

KeyManager - Class in org.jboss.aerogear.android
 
KeyManager(EncryptionServiceFactory) - Constructor for class org.jboss.aerogear.android.KeyManager
 
KeyManager() - Constructor for class org.jboss.aerogear.android.KeyManager
 
KeyStoreServices - Class in org.jboss.aerogear.android.impl.security
 
KeyStoreServices(Context, char[]) - Constructor for class org.jboss.aerogear.android.impl.security.KeyStoreServices
 

L

LoaderAdapter<T> - Class in org.jboss.aerogear.android.impl.pipeline
This class wraps a Pipe in an asynchronous Loader.
LoaderAdapter(Activity, Pipe<T>, Gson, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
Deprecated.
LoaderAdapter(Fragment, Context, Pipe<T>, Gson, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
Deprecated.
LoaderAdapter(Activity, Pipe<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
LoaderAdapter(Fragment, Context, Pipe<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
LoaderAuthenticationModule - Interface in org.jboss.aerogear.android.authentication.impl.loader
Sometimes a AuthenticationManager will actually be wrapped in a Loader.
LoaderPipe<T> - Interface in org.jboss.aerogear.android.pipeline
Sometimes a Pipe will actually be wrapped in a Loader.
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.EnrollLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.LoginLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.LogoutLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportEnrollLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLoginLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLogoutLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.ReadLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.RemoveLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.SaveLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportReadLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportRemoveLoader
 
loadInBackground() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportSaveLoader
 
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
login(String, String, Callback<HeaderAndBody>) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Will try to log in a user using username and password.
login(Map<String, String>, Callback<HeaderAndBody>) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Will try to log in a user It will call the callbacks onSuccess with a parameter of a Map of the values returned by the enroll service or onFailure if there is an error
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
login(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
This method stores username and password.
login(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
This will log in the user using the keys "loginName" and "password".
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
login(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
Will try to log in a user It will call the callbacks onSuccess with a parameter of a Map of the values returned by the enroll service or onFailure if there is an error
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
login(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
login(String, String, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
login(Map<String, String>, Callback<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
loginEndpoint - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
LoginLoader - Class in org.jboss.aerogear.android.authentication.impl.loader
This class is a Loader which performs an login operation on behalf of an AuthenticationModule.
loginURL - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
logout(Callback<Void>) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Performs a logout of the current user.
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
This method clears the username and password from the module, sets isLoggedIn to false, and removes all cookies associated with HttpBasicAuthenticationModule.baseURL This method always calls Callback.onSuccess(java.lang.Object)
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
logout(Callback<Void>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
logoutEndpoint - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
LogoutLoader - Class in org.jboss.aerogear.android.authentication.impl.loader
This class is a Loader which performs an logout operation on behalf of an AuthenticationModule.
LogoutLoader(Context, Callback, AuthenticationModule) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.LogoutLoader
 
logoutURL - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 

M

MarshallingConfig - Class in org.jboss.aerogear.android.pipeline
This class holds configuration data used by requestBuilders and response parsers to manage data.
MarshallingConfig() - Constructor for class org.jboss.aerogear.android.pipeline.MarshallingConfig
 
MemoryStorage<T> - Class in org.jboss.aerogear.android.impl.datamanager
Memory implementation of Store Store.
MemoryStorage(IdGenerator) - Constructor for class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
 
MESSAGE - Static variable in class org.jboss.aerogear.android.unifiedpush.PushConstants
MessageHandler - Interface in org.jboss.aerogear.android.unifiedpush
For receiving GCM messages this interface needs to be implemented.
MetadataLocation - Interface in org.jboss.aerogear.android.pipeline.paging
A marker interface for PageConfig which describes where to find paging metadata in a response.
METHOD - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
METHOD - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for the Pipe method which was called
module - Variable in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
module - Variable in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
MultipartRequestBuilder<T> - Class in org.jboss.aerogear.android.impl.pipeline
This class generates a Multipart request with the type multipart/form-data It will load the entire contents of files into memory before it uploads them.
MultipartRequestBuilder() - Constructor for class org.jboss.aerogear.android.impl.pipeline.MultipartRequestBuilder
 

N

newInstance(URL, Uri) - Static method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
next(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
next(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.paging.PagedList
Retrieve the next result set.
NOTIFICATION_ID - Static variable in class org.jboss.aerogear.android.unifiedpush.AeroGearGCMMessageReceiver
 
notifyHandlers(Context, Intent, MessageHandler) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
This will deliver an intent to all registered handlers.
notifyHandlers(Context, Intent) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
This will deliver an intent to all registered handlers.

O

OAuth2AuthorizationException - Exception in org.jboss.aerogear.android.impl.authz
A wrapper for various exceptions which are defined in the OAuth2 spec.
OAuth2AuthorizationException(String) - Constructor for exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
OAuth2AuthorizationException.Error - Enum in org.jboss.aerogear.android.impl.authz
 
OAuth2AuthzModule - Class in org.jboss.aerogear.android.impl.authz.oauth2
An Authorization module which works with the OAuth2 protocol.
OAuth2AuthzModule(AuthzConfig) - Constructor for class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
OAuth2AuthzSession - Class in org.jboss.aerogear.android.impl.authz.oauth2
This is a wrapper for various bits of authorization metadata.
OAuth2AuthzSession() - Constructor for class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
OAuth2FetchAccess - Class in org.jboss.aerogear.android.impl.authz.oauth2
This is a helper class which fetches an access token given an authorization token.
OAuth2FetchAccess(AuthzService) - Constructor for class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2FetchAccess
 
OAuth2WebFragmentFetchAutorization - Class in org.jboss.aerogear.android.impl.authz.oauth2
This class displays a WebView Dialog Fragment to facilitates exchanging credentials for authz tokens.
OAuth2WebFragmentFetchAutorization(Activity, String) - Constructor for class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2WebFragmentFetchAutorization
 
OAuthWebViewDialog - Class in org.jboss.aerogear.android.impl.authz.oauth2
This is a WebView Dialog which is opened to a OAuth2 sign in page and sends data back to the calling activity.
OAuthWebViewDialog() - Constructor for class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
OAuthWebViewDialog.OAuthReceiver - Interface in org.jboss.aerogear.android.impl.authz.oauth2
 
onBind(Intent) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
 
onCreate() - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
 
onCreate(Bundle) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
onCreate(SQLiteDatabase) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
 
onCreate(SQLiteDatabase) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
onCreateLoader(int, Bundle) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
onCreateLoader(int, Bundle) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
onCreateLoader(int, Bundle) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
onCreateLoader(int, Bundle) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
onDeleteMessage(Context, Bundle) - Method in interface org.jboss.aerogear.android.unifiedpush.MessageHandler
Invoked when the Google Cloud Messaging Server deleted some pending messages because they were collapsible.
onEnroll(Map<String, String>) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
onError() - Method in interface org.jboss.aerogear.android.unifiedpush.MessageHandler
Invoked when the Google Cloud Messaging Server indicates a send error.
onFailure(Exception) - Method in interface org.jboss.aerogear.android.Callback
Invoked when an operation has failed.
onLoaderReset(Loader<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
onLoaderReset(Loader<HeaderAndBody>) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
onLoaderReset(Loader<HeaderAndBody>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
onLoaderReset(Loader<HeaderAndBody>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
onLoadFinished(Loader<HeaderAndBody>, HeaderAndBody) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
This method will call the Callback for a enroll, login, or logout method on the main thread of the application.
onLoadFinished(Loader<HeaderAndBody>, HeaderAndBody) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
This method will call the Callback for a enroll, login, or logout method on the main thread of the application.
onLoadFinished(Loader<HeaderAndBody>, HeaderAndBody) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
onLoadFinished(Loader<HeaderAndBody>, HeaderAndBody) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
onLogin(String, String) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
onLogout() - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
onMessage(Context, Bundle) - Method in interface org.jboss.aerogear.android.unifiedpush.MessageHandler
Invoked when the Google Cloud Messaging Server delivered a message to the device.
onOpen(SQLiteDatabase) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
 
onRawRead(Pipe<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onRawRead(Pipe<T>) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
 
onRawReadWithFilter(ReadFilter, Pipe<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onRawReadWithFilter(ReadFilter, Pipe<T>) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
 
onRawSave(String, byte[]) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onRawSave(String, byte[]) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
 
onRead(Pipe<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onRead(Pipe<T>) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
Deprecated.
onReadWithFilter(ReadFilter, Pipe<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onReadWithFilter(ReadFilter, Pipe<T>) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
Deprecated.
onReceive(Context, Intent) - Method in class org.jboss.aerogear.android.unifiedpush.AeroGearGCMMessageReceiver
When a GCM message is received, the attached implementations of our MessageHandler interface are being notified.
onRemove(String) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onRemove(String) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
 
onReset() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.AbstractPipeLoader
 
onReset() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.ReadLoader
 
onReset() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader
 
onReset() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportReadLoader
 
onSave(T) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
onSave(T) - Method in interface org.jboss.aerogear.android.pipeline.PipeHandler
Deprecated.
onServiceConnected(ComponentName, IBinder) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService.AGAuthzServiceConnection
 
onServiceDisconnected(ComponentName) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService.AGAuthzServiceConnection
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.EnrollLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.LoginLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.LogoutLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportEnrollLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLoginLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLogoutLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.ReadLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.RemoveLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.SaveLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportReadLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportRemoveLoader
 
onStartLoading() - Method in class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportSaveLoader
 
onSuccess(T) - Method in interface org.jboss.aerogear.android.Callback
Called when operation completes with success.
onUnbind(Intent) - Method in class org.jboss.aerogear.android.impl.authz.AuthzService
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
 
onUpgrade(SQLiteDatabase, int, int) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
onViewCreated(View, Bundle) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
open(Callback<SQLStore<T>>) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
openSync() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
org.jboss.aerogear.android - package org.jboss.aerogear.android
 
org.jboss.aerogear.android.authentication - package org.jboss.aerogear.android.authentication
 
org.jboss.aerogear.android.authentication.impl - package org.jboss.aerogear.android.authentication.impl
 
org.jboss.aerogear.android.authentication.impl.loader - package org.jboss.aerogear.android.authentication.impl.loader
 
org.jboss.aerogear.android.authentication.impl.loader.support - package org.jboss.aerogear.android.authentication.impl.loader.support
 
org.jboss.aerogear.android.authorization - package org.jboss.aerogear.android.authorization
 
org.jboss.aerogear.android.datamanager - package org.jboss.aerogear.android.datamanager
 
org.jboss.aerogear.android.http - package org.jboss.aerogear.android.http
 
org.jboss.aerogear.android.impl.authz - package org.jboss.aerogear.android.impl.authz
 
org.jboss.aerogear.android.impl.authz.oauth2 - package org.jboss.aerogear.android.impl.authz.oauth2
 
org.jboss.aerogear.android.impl.core - package org.jboss.aerogear.android.impl.core
 
org.jboss.aerogear.android.impl.crypto - package org.jboss.aerogear.android.impl.crypto
 
org.jboss.aerogear.android.impl.datamanager - package org.jboss.aerogear.android.impl.datamanager
 
org.jboss.aerogear.android.impl.http - package org.jboss.aerogear.android.impl.http
 
org.jboss.aerogear.android.impl.pipeline - package org.jboss.aerogear.android.impl.pipeline
 
org.jboss.aerogear.android.impl.pipeline.loader - package org.jboss.aerogear.android.impl.pipeline.loader
 
org.jboss.aerogear.android.impl.pipeline.loader.support - package org.jboss.aerogear.android.impl.pipeline.loader.support
 
org.jboss.aerogear.android.impl.pipeline.paging - package org.jboss.aerogear.android.impl.pipeline.paging
 
org.jboss.aerogear.android.impl.reflection - package org.jboss.aerogear.android.impl.reflection
 
org.jboss.aerogear.android.impl.security - package org.jboss.aerogear.android.impl.security
 
org.jboss.aerogear.android.impl.unifiedpush - package org.jboss.aerogear.android.impl.unifiedpush
 
org.jboss.aerogear.android.impl.util - package org.jboss.aerogear.android.impl.util
 
org.jboss.aerogear.android.pipeline - package org.jboss.aerogear.android.pipeline
 
org.jboss.aerogear.android.pipeline.paging - package org.jboss.aerogear.android.pipeline.paging
 
org.jboss.aerogear.android.pipeline.support - package org.jboss.aerogear.android.pipeline.support
 
org.jboss.aerogear.android.security - package org.jboss.aerogear.android.security
 
org.jboss.aerogear.android.unifiedpush - package org.jboss.aerogear.android.unifiedpush
 

P

PageConfig - Class in org.jboss.aerogear.android.pipeline.paging
 
PageConfig() - Constructor for class org.jboss.aerogear.android.pipeline.paging.PageConfig
 
PageConfig.MetadataLocations - Enum in org.jboss.aerogear.android.pipeline.paging
 
PagedList<T> - Interface in org.jboss.aerogear.android.pipeline.paging
This class wraps a result and provides methods for retrieving the next and previous result sets.
PageParameterExtractor<T extends PageConfig> - Interface in org.jboss.aerogear.android.pipeline.paging
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
ParameterProvider - Interface in org.jboss.aerogear.android.pipeline.paging
Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request.
PARAMS - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
parse(String) - Static method in class org.jboss.aerogear.android.impl.util.WebLinkParser
 
ParseException - Exception in org.jboss.aerogear.android.impl.util
This exception is thrown by something which parses if parsing fails(ex WebLinkParser)
ParseException(String) - Constructor for exception org.jboss.aerogear.android.impl.util.ParseException
 
PassphraseEncryptionServices - Class in org.jboss.aerogear.android.impl.security
This class generates a CryptoBox from a PassPhrase
PassphraseEncryptionServices(Context, PassphraseEncryptionServices.PassPhraseCryptoConfig) - Constructor for class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices
 
PassphraseEncryptionServices.PassPhraseCryptoConfig - Class in org.jboss.aerogear.android.impl.security
 
PassphraseEncryptionServices.PassPhraseCryptoConfig() - Constructor for class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
PASSWORD - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
PASSWORD_PARAMETER_NAME - Static variable in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
PasswordEncryptionServices - Class in org.jboss.aerogear.android.impl.security
This class will build a CryptoBox including keys from a keystore protected by a password.
PasswordEncryptionServices(PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig, Context) - Constructor for class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices
 
PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig - Class in org.jboss.aerogear.android.impl.security
 
PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig() - Constructor for class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
performAuthorization(AuthzConfig, Callback<String>) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2WebFragmentFetchAutorization
 
Pipe<T> - Interface in org.jboss.aerogear.android.pipeline
A Pipe represents a server connection.
pipe(Class) - Method in class org.jboss.aerogear.android.Pipeline
 
pipe(Class, PipeConfig) - Method in class org.jboss.aerogear.android.Pipeline
 
PipeConfig - Class in org.jboss.aerogear.android.impl.pipeline
Specifies configurations for Pipe to be build by Pipeline
PipeConfig(URL, Class) - Constructor for class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
PipeFactory - Interface in org.jboss.aerogear.android.pipeline
 
PipeHandler<T> - Interface in org.jboss.aerogear.android.pipeline
Classes which implement this interface provide the logic for how pipes interact with services.
Pipeline - Class in org.jboss.aerogear.android
A Pipeline represents a ‘collection’ of server connections (aka Pipes).
Pipeline(URL) - Constructor for class org.jboss.aerogear.android.Pipeline
An initializer method to instantiate the Pipeline,
Pipeline(URL, PipeFactory) - Constructor for class org.jboss.aerogear.android.Pipeline
An initializer method to instantiate the Pipeline,
Pipeline(String) - Constructor for class org.jboss.aerogear.android.Pipeline
An initializer method to instantiate the Pipeline,
PipeType - Interface in org.jboss.aerogear.android.pipeline
 
PipeTypes - Enum in org.jboss.aerogear.android.impl.pipeline
Types of pipes
post(String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
post(byte[]) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
post(String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
post(byte[]) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
post(String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
post(byte[]) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
previous(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
previous(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.paging.PagedList
Retrieve the previous result set.
Property - Class in org.jboss.aerogear.android.impl.reflection
Helper to access property with reflection
Property(Class, String) - Constructor for class org.jboss.aerogear.android.impl.reflection.Property
Constructor to access field with get/set
PROPERTY_REG_ID - Static variable in class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
 
PropertyNotFoundException - Exception in org.jboss.aerogear.android.impl.reflection
Thrown when a property cannot be found.
PropertyNotFoundException(Class, Class, String) - Constructor for exception org.jboss.aerogear.android.impl.reflection.PropertyNotFoundException
Constructs with class and fieldName cannot be found.
Provider<T> - Interface in org.jboss.aerogear.android
 
push(String, PushConfig) - Method in class org.jboss.aerogear.android.unifiedpush.Registrations
This method will try to build a PuserRegistrar based on the values in the configuration bean.
PushConfig - Class in org.jboss.aerogear.android.unifiedpush
 
PushConfig(URI, String...) - Constructor for class org.jboss.aerogear.android.unifiedpush.PushConfig
 
PushConfig(String...) - Constructor for class org.jboss.aerogear.android.unifiedpush.PushConfig
 
PushConstants - Class in org.jboss.aerogear.android.unifiedpush
This class contains static strings which are used as constant keys on Intents passed into the Registrars#notifyHandlers methods.
PushConstants() - Constructor for class org.jboss.aerogear.android.unifiedpush.PushConstants
 
PushRegistrar - Interface in org.jboss.aerogear.android.unifiedpush
 
PushRegistrarFactory - Interface in org.jboss.aerogear.android.unifiedpush
 
PushType - Interface in org.jboss.aerogear.android.unifiedpush
 
PushTypes - Enum in org.jboss.aerogear.android.impl.unifiedpush
This class enumerates all of the PushTypes that the AeroGear library supports.
put(String, String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
put(String, byte[]) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
put(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
put(String, byte[]) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
Issues an HTTP request, consumes the content, and cleans up after itself.
put(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
put(String, byte[]) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 

R

read(Serializable) - Method in interface org.jboss.aerogear.android.datamanager.Store
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Reads a specific object/record from the underlying storage system.
read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Reads a specific object/record from the underlying storage system.
read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
read(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
read(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
Sends a signal to the Pipe to read its data and return it via the callback.
read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
read(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
read(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Sends a signal to the Pipe to read its data and return it via the callback.
read(ReadFilter, Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Reads all the data from the underlying server connection.
readAll() - Method in interface org.jboss.aerogear.android.datamanager.Store
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Reads all the data from the underlying storage system.
readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Reads all the data from the underlying storage system.
ReadFilter - Class in org.jboss.aerogear.android
This class wraps and builds the query parameters for filtering and pagination
ReadFilter() - Constructor for class org.jboss.aerogear.android.ReadFilter
 
ReadLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader
This class performs a read operation on behalf of a Pipe using the Loader infrastructure.
ReadLoader(Context, Callback<List<T>>, PipeHandler<T>, ReadFilter, Pipe<T>) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.ReadLoader
 
readWithFilter(ReadFilter) - Method in interface org.jboss.aerogear.android.datamanager.Store
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Search for objects/records from the underlying storage system.
readWithFilter(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
readWithFilter(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
readWithFilter(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
readWithFilter(ReadFilter, Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
receiveOAuthCode(String) - Method in interface org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog.OAuthReceiver
 
receiveOAuthError(String) - Method in interface org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog.OAuthReceiver
 
RecordId - Annotation Type in org.jboss.aerogear.android
Specifies field represent a key of an entity This needs an pair of accessor methods (getter/setter)
recordIdFieldNameIn(Class) - Static method in class org.jboss.aerogear.android.impl.reflection.Scan
Search field with @RecordId
RecordIdNotFoundException - Exception in org.jboss.aerogear.android.impl.reflection
Thrown when a @RecordId cannot be found.
RecordIdNotFoundException(Class) - Constructor for exception org.jboss.aerogear.android.impl.reflection.RecordIdNotFoundException
Constructs with class cannot be found.
refreshAccess() - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
Refreshing access will synchronously check the current of the tokens and refresh them if necessary.
refreshAccess() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
register(Context, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
 
register(Context, Callback<Void>) - Method in interface org.jboss.aerogear.android.unifiedpush.PushRegistrar
Registers a device to a push network and any 3rd party application servers.
registerBackgroundThreadHandler(MessageHandler) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
When a push message is received, all background thread handlers will be notified on a non UI thread.
registerMainThreadHandler(MessageHandler) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
When a push message is received, all main thread handlers will be notified on the main(UI) thread.
REGISTRATION_EXPIRY_TIME_MS - Static variable in class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
Default lifespan (7 days) of a reservation until it is considered expired.
Registrations - Class in org.jboss.aerogear.android.unifiedpush
This is the factory and accessors for PushRegistrars
Registrations() - Constructor for class org.jboss.aerogear.android.unifiedpush.Registrations
 
Registrations(PushRegistrarFactory) - Constructor for class org.jboss.aerogear.android.unifiedpush.Registrations
 
remove(String) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
Removes a AuthenticationModule for name
remove(String) - Method in class org.jboss.aerogear.android.Authorizer
Removes a module from the Authorizer
remove(String) - Method in class org.jboss.aerogear.android.DataManager
Removes a Store implementation from the DataManager.
remove(Serializable) - Method in interface org.jboss.aerogear.android.datamanager.Store
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Removes a specific object/record from the underlying storage system.
remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Removes a specific object/record from the underlying storage system.
remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
Removes an object from the underlying server connection.
remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
remove(String) - Method in class org.jboss.aerogear.android.KeyManager
Removes an instance of encryption service.
remove(String, Callback<Void>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Removes an object from the underlying server connection.
remove(String) - Method in class org.jboss.aerogear.android.Pipeline
Removes a pipe from the Pipeline object
REMOVE_ID - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for the id of the item to remove
RemoveLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader
This class performs a remove operation on behalf of a Pipe using the Loader infrastructure.
RemoveLoader(Context, Callback<T>, PipeHandler<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.RemoveLoader
 
removeReceive() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
requestAccess(Activity, Callback<String>) - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
Begin requesting access for the application.
requestAccess(Activity, Callback<String>) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzModule
 
RequestBuilder<T> - Interface in org.jboss.aerogear.android.pipeline
 
reset() - Method in interface org.jboss.aerogear.android.datamanager.Store
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Resets the entire storage system.
reset() - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
reset() - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
reset() - Method in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Calls reset on all loaders associated with this pipe.
ResponseParser<T> - Interface in org.jboss.aerogear.android.pipeline
 
RestAdapter<T> - Class in org.jboss.aerogear.android.impl.pipeline
Rest implementation of Pipe.
RestAdapter(Class<T>, URL) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
This will configure the Adapter as with sane RESTful defaults.
RestAdapter(Class<T>, URL, PipeConfig) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
This will build an adapter based on a configuration.
RestRunner<T> - Class in org.jboss.aerogear.android.impl.pipeline
 
RestRunner(Class<T>, URL) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
RestRunner(Class<T>, URL, PipeConfig) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
retryLogin() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Some authorization schemes (HTTP Digest, OAUTH) have a mechanism for retrying a login to fetch fresh credentials after the credentials expire.
retryLogin() - Method in class org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationModule
 
retryLogin() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
retryLogin() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
retryLogin() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
retryLogin() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 

S

save(T) - Method in interface org.jboss.aerogear.android.datamanager.Store
Saves the given object in the underlying storage system.
save(T) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedMemoryStore
Saves the given object in the underlying storage system.
save(T) - Method in class org.jboss.aerogear.android.impl.datamanager.EncryptedSQLStore
Saves the given object in the underlying storage system.
save(T) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
 
save(T) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
Saves the given object in the underlying storage system.
save(T, Callback<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
save(T, Callback<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
save(T, Callback<T>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
save() - Method in class org.jboss.aerogear.android.impl.security.KeyStoreServices
 
save(T, Callback<T>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
Saves or updates a given object on the server.
SAVE_ID - Static variable in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Bundle key for the id of the item to save
SaveLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader
This class performs a save operation on behalf of a Pipe using the Loader infrastructure.
SaveLoader(Context, Callback<T>, PipeHandler<T>, byte[], String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.SaveLoader
 
Scan - Class in org.jboss.aerogear.android.impl.reflection
Helper to search annotations
Scan() - Constructor for class org.jboss.aerogear.android.impl.reflection.Scan
 
senderIds - Variable in class org.jboss.aerogear.android.unifiedpush.PushConfig
 
setAccessToken(String) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
setAccessTokenEndpoint(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The accessTokenEndpoint is responsible for generating an accesstoken for an authorized user.
setAccountId(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The account ID parameter is to identify it ID of the OAuth2AuthzSession which will be used to store the information.
setAccountId(String) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
AccountId represents the ID of the account type used to fetch sessions for the type
setActivity(Activity) - Method in class org.jboss.aerogear.android.pipeline.AbstractActivityCallback
This method is called by AbstractPipeLoader during the onLoadComplete method before onSuccess or onFailure are called.
setAlias(String) - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
setAlias(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The Alias is an identifier of the user of the system.
setAuthenticationModule(AuthenticationModule) - Method in class org.jboss.aerogear.android.impl.pipeline.RestRunner
 
setAuthModule(AuthenticationModule) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
This value must be set to use Authentication in Pipes build from this config.
setAuthorizationCode(String) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
setAuthType(AuthType) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
setAuthzEndpoint(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The authzEnpoint defines the endpoint which the Authorization module will use to obtain an authorization token.
setAuthzModule(AuthzModule) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
setBaseURL(URL) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Change the URL which Endpoints are appended to.
setBuilder(GsonBuilder) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setCategories(List<String>) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The categories specifies a channel which may be used to send messages
setCliendId(String) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
setClientId(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The client ID is the ID assigned to the application by the service provider.
setClientSecret(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The client secret is assigned to the application by the service provider.
setContext(Context) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setDataRoot(String) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
setDataRoot(String) - Method in class org.jboss.aerogear.android.pipeline.MarshallingConfig
DataRoot refers to the dotted location of the result we are interested in from the JSON response from the server.
setDefaultHeader(String, String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
Will set a default header value to be used on all calls
setDefaultHeader(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
 
setDefaultHeader(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
setDeviceToken(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The device token Identifies the device within its Push Network.
setDeviceType(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
Device type determines which cloud messaging system will be used by the AeroGear Unified Push Server.
setEncoding(Charset) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
setEncoding(String) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
setEncoding(Charset) - Method in class org.jboss.aerogear.android.pipeline.MarshallingConfig
Encoding is the data encoding of the http body.
setEndpoint(String) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Change the string appended to BaseURL.
setEnrollEndpoint(String) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
setException(Exception) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
setException(Exception) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
setExpires_on(long) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
setFragment(Fragment) - Method in class org.jboss.aerogear.android.pipeline.AbstractFragmentCallback
This method is called by AbstractPipeLoader or AbstractAuthenticationLoader during the onLoadComplete method before onSuccess or onFailure are called.
setFragment(Fragment) - Method in class org.jboss.aerogear.android.pipeline.support.AbstractSupportFragmentCallback
This method is called by AbstractSupportPipeLoader or AbstractSupportAuthenticationLoader during the onLoadComplete method before onSuccess or onFailure are called.
setFragmentActivity(FragmentActivity) - Method in class org.jboss.aerogear.android.pipeline.support.AbstractFragmentActivityCallback
This method is called by AbstractSupportPipeLoader or AbstractSupportAuthenticationLoader during the onLoadComplete method before onSuccess or onFailure are called.
setGson(Gson) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
Deprecated.
This method exists to support another deprecated method while we transition off of it. PipeConfig.setGsonBuilder(com.google.gson.GsonBuilder)
setGson(Gson) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
Deprecated.
This method exists to support another deprecated method while we transition off of it. PipeConfig.setGsonBuilder(com.google.gson.GsonBuilder)
setGsonBuilder(GsonBuilder) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Deprecated.
Pipes are moving to a more generic RequestBuilder interface. GsonRequestBuilder
setHandler(PipeHandler) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
setHeader(String, Object) - Method in class org.jboss.aerogear.android.http.HeaderAndBody
 
setHeaders(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
setIdGenerator(IdGenerator) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setKlass(Class) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
Deprecated.
please use StoreConfig#Class instead.
setLimit(Integer) - Method in class org.jboss.aerogear.android.ReadFilter
 
setLimitValue(Integer) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
LimitValue is the maximum number of results the server should return (default: 10)
setLinkUri(URI) - Method in class org.jboss.aerogear.android.ReadFilter
 
setLoaderIds(Multimap<String, Integer>) - Method in class org.jboss.aerogear.android.impl.pipeline.LoaderAdapter
 
setLoaderIds(Multimap<String, Integer>) - Method in class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
setLoaderIds(Multimap<String, Integer>) - Method in interface org.jboss.aerogear.android.pipeline.LoaderPipe
Passes in a multimap of ids for the named pipe.
setLoginEndpoint(String) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
setLogoutEndpoint(String) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
 
setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonRequestBuilder
 
setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.GsonResponseParser
 
setMarshallingConfig(MarshallingConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.MultipartRequestBuilder
 
setMetadataLocation(MetadataLocation) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
MetadataLocation indicates whether paging information is received from the response header, the response body (body) or via RFC 5988 (webLinking), which is the default
setName(String) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setName(String) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Modify the name field.
setNextIdentifier(String) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
NextIdentifier names the element containing data for the next page (default: next)
setOffset(Integer) - Method in class org.jboss.aerogear.android.ReadFilter
 
setOffsetValue(String) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
OffsetValue is the offset of the first element that should be included in the returned collection (default: 0)
setOperatingSystem(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The name of the operating system.
setOsVersion(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The version of the operating system running.
setPageConfig(PageConfig) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
PageConfig is the configuration information for Paging.
setPageParameterExtractor(PageParameterExtractor) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
PageParameterExtractor is the a PageParameterExtractor which parses the response and provides data to a Pipe for the "next" and "previous" pages.
setParameterProvider(ParameterProvider) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
The ParameterProvider for paging.
setPassphrase(String) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setPassphrase(String) - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
setPassword(String) - Method in class org.jboss.aerogear.android.impl.security.PasswordEncryptionServices.PasswordProtectedKeystoreCryptoConfig
 
setPasswordAuthentication(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProviderForPush
 
setPreviousIdentifier(String) - Method in class org.jboss.aerogear.android.pipeline.paging.PageConfig
PreviousIdentifier names the element containing data for the previous page (default: previous)
setPushServerURI(URI) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
RegistryURL is the URL of the 3rd party application server
setQueryParameters(List<Pair<String, String>>) - Method in class org.jboss.aerogear.android.authentication.AuthorizationFields
 
setReceiver(OAuthWebViewDialog.OAuthReceiver) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuthWebViewDialog
 
setRedirectURL(String) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The redirect URL is the url which handles consuming a response from the authorization server.
setRefreshToken(String) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
setRequestBuilder(RequestBuilder) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
A request builder is responsible for turning an object into a request used in a Pipe's save methods.
setResponseParser(ResponseParser) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
A ResponseParser is responsible for parsing a String value of the response from a remote source into a object instance.
setSalt(byte[]) - Method in class org.jboss.aerogear.android.impl.security.PassphraseEncryptionServices.PassPhraseCryptoConfig
 
setScopes(List<String>) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
Scopes are a list of permissions the application will request at Authorization.
setSecret(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
Secret of the Variant from the AeroGear UnifiedPush Server.
setTimeout(Integer) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfig
Timeout is the length of time in milliseconds that a Module will wait for a response from a call to login, logout, or enroll
setTimeout(Integer) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
Timeout is the length of time in milliseconds that a Pipe will wait for a response from a call to read, save or remove
setType(AuthzType) - Method in class org.jboss.aerogear.android.impl.authz.AuthzConfig
The Type of module this config will become.
setType(StoreType) - Method in class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
setType(PipeType) - Method in class org.jboss.aerogear.android.impl.pipeline.PipeConfig
 
setType(PushType) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
The type is a key which is used by Registrations to know which implementation of PushRegister to use.
setValue(Object, Object) - Method in class org.jboss.aerogear.android.impl.reflection.Property
Set new value
setVariantID(String) - Method in class org.jboss.aerogear.android.unifiedpush.PushConfig
ID of the Variant from the AeroGear UnifiedPush Server.
setWhere(JSONObject) - Method in class org.jboss.aerogear.android.ReadFilter
 
SQLStore<T> - Class in org.jboss.aerogear.android.impl.datamanager
 
SQLStore(Class<T>, Context) - Constructor for class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
SQLStore(Class<T>, Context, GsonBuilder, IdGenerator) - Constructor for class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
SQLStore(Class<T>, Context, GsonBuilder, IdGenerator, String) - Constructor for class org.jboss.aerogear.android.impl.datamanager.SQLStore
 
Store<T> - Interface in org.jboss.aerogear.android.datamanager
Represents an abstraction layer for a storage system.
store(String) - Method in class org.jboss.aerogear.android.DataManager
store(String, Class) - Method in class org.jboss.aerogear.android.DataManager
Creates a new default (in memory) Store implementation.
store(String, StoreConfig) - Method in class org.jboss.aerogear.android.DataManager
Creates a new Store implementation.
StoreConfig - Class in org.jboss.aerogear.android.impl.datamanager
This class bundles up all of the possible variables which may be used to instantiate a Store
StoreConfig() - Constructor for class org.jboss.aerogear.android.impl.datamanager.StoreConfig
Deprecated.
please use StoreConfig#Class instead.
StoreConfig(Class) - Constructor for class org.jboss.aerogear.android.impl.datamanager.StoreConfig
 
StoreFactory - Interface in org.jboss.aerogear.android.datamanager
 
StoreType - Interface in org.jboss.aerogear.android.datamanager
 
StoreTypes - Enum in org.jboss.aerogear.android.impl.datamanager
Types of store
SupportAuthenticationModuleAdapter - Class in org.jboss.aerogear.android.authentication.impl.loader.support
This class manages the relationship between Android's Loader framework and requests to Authentication.
SupportAuthenticationModuleAdapter(FragmentActivity, AuthenticationModule, String) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
SupportAuthenticationModuleAdapter(Fragment, Context, AuthenticationModule, String) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
SupportAuthenticationModuleAdapter.Methods - Enum in org.jboss.aerogear.android.authentication.impl.loader.support
 
SupportEnrollLoader - Class in org.jboss.aerogear.android.authentication.impl.loader.support
This class is a Loader which performs an enroll operation on behalf of an AuthenticationModule.
SupportEnrollLoader(Context, Callback, AuthenticationModule, Map<String, String>) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportEnrollLoader
 
SupportLoaderAdapter<T> - Class in org.jboss.aerogear.android.impl.pipeline
This class wraps a Pipe in an asynchronous Loader.
SupportLoaderAdapter(FragmentActivity, Pipe<T>, Gson, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
Deprecated.
SupportLoaderAdapter(Fragment, Context, Pipe<T>, Gson, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
Deprecated.
SupportLoaderAdapter(Fragment, Context, Pipe<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
SupportLoaderAdapter(FragmentActivity, Pipe<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.SupportLoaderAdapter
 
SupportLoginLoader - Class in org.jboss.aerogear.android.authentication.impl.loader.support
This class is a Loader which performs an login operation on behalf of an AuthenticationModule.
SupportLoginLoader(Context, Callback, AuthenticationModule, String, String) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLoginLoader
Deprecated.
SupportLoginLoader(Context, Callback, AuthenticationModule, Map<String, String>) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLoginLoader
 
SupportLogoutLoader - Class in org.jboss.aerogear.android.authentication.impl.loader.support
This class is a Loader which performs an logout operation on behalf of an AuthenticationModule.
SupportLogoutLoader(Context, Callback, AuthenticationModule) - Constructor for class org.jboss.aerogear.android.authentication.impl.loader.support.SupportLogoutLoader
 
SupportReadLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader.support
This class performs a read operation on behalf of a Pipe using the Loader infrastructure.
SupportReadLoader(Context, Callback<List<T>>, PipeHandler<T>, ReadFilter, Pipe<T>) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportReadLoader
 
SupportRemoveLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader.support
This class performs a remove operation on behalf of a Pipe using the Loader infrastructure.
SupportRemoveLoader(Context, Callback<T>, PipeHandler<T>, String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportRemoveLoader
 
SupportSaveLoader<T> - Class in org.jboss.aerogear.android.impl.pipeline.loader.support
This class performs a save operation on behalf of a Pipe using the Loader infrastructure.
SupportSaveLoader(Context, Callback<T>, PipeHandler<T>, byte[], String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.loader.support.SupportSaveLoader
 

T

THREAD_POOL_EXECUTOR - Static variable in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
THREAD_POOL_EXECUTOR - Static variable in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
 
timeout - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
tokenIsNotExpired() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
toString() - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
toString() - Method in exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
toString() - Method in enum org.jboss.aerogear.android.pipeline.paging.PageConfig.MetadataLocations
 
toString() - Method in class org.jboss.aerogear.android.pipeline.TypeAndStream
 
type - Variable in exception org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException
 
TypeAndStream - Class in org.jboss.aerogear.android.pipeline
Convenience Wrapper for posting multipart files
TypeAndStream(String, String, InputStream) - Constructor for class org.jboss.aerogear.android.pipeline.TypeAndStream
 
TypeDescriptor - Interface in org.jboss.aerogear.android
 

U

unregister(Context, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.unifiedpush.AeroGearGCMPushRegistrar
 
unregister(Context, Callback<Void>) - Method in interface org.jboss.aerogear.android.unifiedpush.PushRegistrar
Unregisters a device a push network and any party application servers.
unregisterBackgroundThreadHandler(MessageHandler) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
This will remove the given handler from the collection of background thread handlers.
unregisterMainThreadHandler(MessageHandler) - Static method in class org.jboss.aerogear.android.unifiedpush.Registrations
This will remove the given handler from the collection of main thread handlers.
URIBodyPageParser - Class in org.jboss.aerogear.android.impl.pipeline.paging
This class assumes the response body paging properties are URI's and parses them accordingly.
URIBodyPageParser(URI) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIBodyPageParser
 
URIBodyPageParser(URL) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIBodyPageParser
 
URIBodyPageParser() - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIBodyPageParser
 
URIPageHeaderParser - Class in org.jboss.aerogear.android.impl.pipeline.paging
This class assumes the header responses in a response are URI's and parses them accordingly.
URIPageHeaderParser(URI) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIPageHeaderParser
 
URIPageHeaderParser(URL) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIPageHeaderParser
 
URIPageHeaderParser() - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.URIPageHeaderParser
 
UrlUtils - Class in org.jboss.aerogear.android.impl.util
 
USERNAME - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
USERNAME_PARAMETER_NAME - Static variable in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 

V

valueOf(String) - Static method in enum org.jboss.aerogear.android.authentication.impl.AuthTypes
Returns the enum constant of this type with the specified name.
valueOf(AuthType) - Static method in enum org.jboss.aerogear.android.authentication.impl.AuthTypes
 
valueOf(String) - Static method in enum org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter.Methods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter.Methods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.authz.AuthzTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.datamanager.StoreTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.pipeline.PipeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.security.EncryptionServiceTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.impl.unifiedpush.PushTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.aerogear.android.pipeline.paging.PageConfig.MetadataLocations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.aerogear.android.authentication.impl.AuthTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter.Methods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter.Methods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.authz.AuthzTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.authz.OAuth2AuthorizationException.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.datamanager.StoreTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.pipeline.PipeTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.security.EncryptionServiceTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.impl.unifiedpush.PushTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.aerogear.android.pipeline.paging.PageConfig.MetadataLocations
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebLink - Class in org.jboss.aerogear.android.impl.pipeline.paging
This class represents a "Link" header link.
WebLink(String) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.WebLink
Attempts to parse a header value into a WebLink.
WebLinkParser - Class in org.jboss.aerogear.android.impl.util
A utility class to parse WebLink headers.
WebLinkParser() - Constructor for class org.jboss.aerogear.android.impl.util.WebLinkParser
 
WrappingPagedList<T> - Class in org.jboss.aerogear.android.impl.pipeline.paging
Wraps a resultSet in a ForwardingList and provides paging methods.
WrappingPagedList(Pipe<T>, List<T>, ReadFilter, ReadFilter) - Constructor for class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
 
writeToParcel(Parcel, int) - Method in class org.jboss.aerogear.android.impl.authz.oauth2.OAuth2AuthzSession
 
A B C D E F G H I K L M N O P R S T U V W 
AeroGear Android Library 1.4.0

Copyright © 2014 JBoss by Red Hat. All rights reserved.