| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticationModule
This class stubs out the enroll, login, and logout methods.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
AuthenticationConfiguration.asModule()
Creates a authenticationModule based on the current configuration and
notifies all listeners
|
protected abstract AuthenticationModule |
AuthenticationConfiguration.buildModule()
Validates configuration parameters and returns a AuthenticationModule
instance.
|
static AuthenticationModule |
AuthenticationManager.getModule(String name)
Fetches a named module
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnAuthenticationCreatedListener.onAuthenticationCreated(AuthenticationConfiguration<?> configuration,
AuthenticationModule auth)
A method called when AuthenticationModules are created.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpBasicAuthenticationModule
This class provides Authentication using HTTP Basic
As per the HTTP RFC this
class will cache credentials and consumed by
Pipe requests. |
class |
HttpDigestAuthenticationModule
This class provides Authentication using HTTP Digest
As per the HTTP RFC this
class will cache credentials and consumed by
Pipe requests. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoaderAuthenticationModule
Sometimes a AuthenticationManager will actually be wrapped in a Loader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationModuleAdapter
This class manages the relationship between Android's Loader framework and
requests to Authentication.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationModule |
AbstractAuthenticationLoader.module |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
AbstractAuthenticationLoader.getModule() |
| Constructor and Description |
|---|
AbstractAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
org.jboss.aerogear.android.Callback callback) |
AuthenticationModuleAdapter(android.app.Activity activity,
AuthenticationModule module,
String name) |
AuthenticationModuleAdapter(android.app.Fragment fragment,
android.content.Context applicationContext,
AuthenticationModule module,
String name) |
EnrollLoader(android.content.Context context,
org.jboss.aerogear.android.Callback callback,
AuthenticationModule module,
Map<String,String> params) |
LogoutLoader(android.content.Context context,
org.jboss.aerogear.android.Callback callback,
AuthenticationModule module) |
| Modifier and Type | Class and Description |
|---|---|
class |
SupportAuthenticationModuleAdapter
This class manages the relationship between Android's Loader framework and
requests to Authentication.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationModule |
AbstractSupportAuthenticationLoader.module |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
AbstractSupportAuthenticationLoader.getModule() |
| Constructor and Description |
|---|
AbstractSupportAuthenticationLoader(android.content.Context context,
AuthenticationModule module,
org.jboss.aerogear.android.Callback callback) |
SupportAuthenticationModuleAdapter(android.support.v4.app.FragmentActivity activity,
AuthenticationModule module,
String name) |
SupportAuthenticationModuleAdapter(android.support.v4.app.Fragment fragment,
android.content.Context applicationContext,
AuthenticationModule module,
String name) |
SupportEnrollLoader(android.content.Context context,
org.jboss.aerogear.android.Callback callback,
AuthenticationModule module,
Map<String,String> params) |
SupportLoginLoader(android.content.Context context,
org.jboss.aerogear.android.Callback callback,
AuthenticationModule module,
Map<String,String> loginData) |
SupportLogoutLoader(android.content.Context context,
org.jboss.aerogear.android.Callback callback,
AuthenticationModule module) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.