| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticationModule
This class stubs out the enroll, login, and logout methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AGSecurityAuthenticationModule
A module for authenticating with restful AG services.
|
class |
HttpBasicAuthenticationModule
|
class |
HttpDigestAuthenticationModule
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
Authenticator.auth(String name,
AuthenticationConfig config)
Builds a AuthenticationModule based on the AuthenticationConfig and
records it as name
|
AuthenticationModule |
Authenticator.get(String name)
Gets a AuthenticationModule for name
This method should NOT be called by Activities or Fragments.
|
AuthenticationModule |
Authenticator.get(String name,
android.app.Activity activity)
Gets a AuthenticationModule for name.
|
AuthenticationModule |
Authenticator.get(String name,
android.support.v4.app.FragmentActivity activity)
Gets a AuthenticationModule for name.
|
AuthenticationModule |
Authenticator.get(String name,
android.app.Fragment fragment,
android.content.Context applicationContext)
Gets a AuthenticationModule for name.
|
AuthenticationModule |
Authenticator.get(String name,
android.support.v4.app.Fragment fragment,
android.content.Context applicationContext)
Gets a AuthenticationModule for name.
|
AuthenticationModule |
Authenticator.remove(String name)
Removes a AuthenticationModule for name
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.add(String name,
AuthenticationModule module) |
| 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,
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,
Callback callback,
AuthenticationModule module,
Map<String,String> params) |
LogoutLoader(android.content.Context context,
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,
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,
Callback callback,
AuthenticationModule module,
Map<String,String> params) |
SupportLoginLoader(android.content.Context context,
Callback callback,
AuthenticationModule module,
Map<String,String> loginData) |
SupportLoginLoader(android.content.Context context,
Callback callback,
AuthenticationModule module,
String username,
String password)
Deprecated.
|
SupportLogoutLoader(android.content.Context context,
Callback callback,
AuthenticationModule module) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
PipeConfig.getAuthModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestRunner.setAuthenticationModule(AuthenticationModule module) |
void |
PipeConfig.setAuthModule(AuthenticationModule authModule)
This value must be set to use Authentication in Pipes build from this
config.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.