Skip navigation links
AeroGear Android Authentication Library 2.0.0-alpha.1
A B C D E G H I L M O P R S T U V 

A

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, String, String, String, Integer) - Constructor for class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
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
 
addOnAuthenticationCreatedListener(OnAuthenticationCreatedListener) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
OnAuthenticationCreatedListeners are a collection of classes to be notified when the configuration of the Pipe is complete.
asModule() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
Creates a authenticationModule based on the current configuration and notifies all listeners
AuthenticationConfiguration<CONFIGURATION extends AuthenticationConfiguration<CONFIGURATION>> - Class in org.jboss.aerogear.android.authentication
Authentication Registration config.
AuthenticationConfiguration() - Constructor for class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
 
AuthenticationManager - Class in org.jboss.aerogear.android.authentication
 
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
 
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

B

baseURL(URL) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
The baseURL is the URL that any endpoints (for example, login, logout, enroll etc) will be build on.
baseURL - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
buildModule() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
Validates configuration parameters and returns a AuthenticationModule instance.
buildModule() - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationConfiguration
 
buildModule() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 

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
 
computeMD5Hash(byte[]) - Static method in class org.jboss.aerogear.android.authentication.impl.DigestHeaderUtils
 
config(String, Class<CFG>) - Static method in class org.jboss.aerogear.android.authentication.AuthenticationManager
Begins a new fluent configuration stanza.

D

DigestAuthenticationModuleRunner - Class in org.jboss.aerogear.android.authentication.impl
 
DigestAuthenticationModuleRunner(URL, String, String, Integer) - 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

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.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
 
extractValues(String) - Static method in class org.jboss.aerogear.android.authentication.impl.DigestHeaderUtils
 

G

getAuthorizationFields(URI, String, byte[]) - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Deprecated.
replaced by PipeModule.loadModule(java.net.URI, java.lang.String, byte[])
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
getAuthorizationFields(URI, String, byte[]) - 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.support.SupportAuthenticationModuleAdapter
 
getAuthorizationHeader(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
getBaseURI() - Method in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
getBaseUrl() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
The baseURL is the URL that any endpoints (for example, login, logout, enroll etc) will be build on.
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.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
 
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
 
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.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
 
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
 
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.HttpBasicAuthenticationModule
 
getLoginEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 
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 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.HttpBasicAuthenticationModule
 
getLogoutEndpoint() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 
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
 
getModule(String) - Static method in class org.jboss.aerogear.android.authentication.AuthenticationManager
Fetches a named module
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 class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
The name is the lookup parameter which will be used by AuthenticationManager.getModule(java.lang.String).
getName() - Method in enum org.jboss.aerogear.android.authentication.impl.AuthTypes
 
getOnAuthenticationCreatedListeners() - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
OnAuthenticationCreatedListeners are a collection of classes to be notified when the configuration of the Pipe is complete.
getTimeout() - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 

H

handleError(HttpException) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
handleError(HttpException) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
handleError(HttpException) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
handleError(HttpException) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
hasException() - Method in class org.jboss.aerogear.android.authentication.impl.loader.AbstractAuthenticationLoader
 
hasException() - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.AbstractSupportAuthenticationLoader
 
HttpBasicAuthenticationConfiguration - Class in org.jboss.aerogear.android.authentication.impl
This is the configuration for a module which implements HTTP Basic authentication.
HttpBasicAuthenticationConfiguration() - Constructor for class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationConfiguration
 
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
 
HttpDigestAuthenticationConfiguration - Class in org.jboss.aerogear.android.authentication.impl
 
HttpDigestAuthenticationConfiguration() - Constructor for class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 
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, String, String, Integer) - Constructor for class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
httpProviderFactory - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 

I

isLoggedIn() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
 
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
 

L

LoaderAuthenticationModule - Interface in org.jboss.aerogear.android.authentication.impl.loader
Sometimes a AuthenticationManager 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
 
loadModule(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpBasicAuthenticationModule
 
loadModule(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationModule
 
loadModule(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.loader.AuthenticationModuleAdapter
 
loadModule(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authentication.impl.loader.support.SupportAuthenticationModuleAdapter
 
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.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
 
loginEndpoint(String) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 
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.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
 
logoutEndpoint(String) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 
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

METHOD - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
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
 

O

onAuthenticationCreated(AuthenticationConfiguration<?>, AuthenticationModule) - Method in interface org.jboss.aerogear.android.authentication.OnAuthenticationCreatedListener
A method called when AuthenticationModules are created.
OnAuthenticationCreatedListener - Interface in org.jboss.aerogear.android.authentication
 
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
 
onEnroll(Map<String, String>) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
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
 
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.
onLogin(String, String) - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
onLogout() - Method in class org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
 
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
 
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
 

P

PARAMS - Static variable in interface org.jboss.aerogear.android.authentication.impl.loader.LoaderAuthenticationModule
 
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
 

R

registerConfigurationProvider(Class<CFG>, ConfigurationProvider<CFG>) - Static method in class org.jboss.aerogear.android.authentication.AuthenticationManager
This will add a new Configuration that this Manager can build Configurations for.
retryLogin() - Method in interface org.jboss.aerogear.android.authentication.AuthenticationModule
Deprecated.
replaced by PipeModule.handleError(org.jboss.aerogear.android.http.HttpException)
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

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
 
setName(String) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
The name is the lookup parameter which will be used by AuthenticationManager.getModule(java.lang.String).
setOnAuthenticationCreatedListeners(Collection<OnAuthenticationCreatedListener>) - Method in class org.jboss.aerogear.android.authentication.AuthenticationConfiguration
OnAuthenticationCreatedListeners are a collection of classes to be notified when the configuration of the Pipe is complete.
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
 
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, 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
 

T

THREAD_POOL_EXECUTOR - Static variable in class org.jboss.aerogear.android.authentication.AbstractAuthenticationModule
 
timeout - Variable in class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
 
timeout(Integer) - Method in class org.jboss.aerogear.android.authentication.impl.HttpDigestAuthenticationConfiguration
 

U

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.
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.
A B C D E G H I L M O P R S T U V 
Skip navigation links
AeroGear Android Authentication Library 2.0.0-alpha.1

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