| Package | Description |
|---|---|
| org.jboss.aerogear.android.authentication | |
| org.jboss.aerogear.android.authentication.basic | |
| org.jboss.aerogear.android.authentication.digest |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpDigestAuthenticationModule
This class provides Authentication using HTTP Digest
As per the HTTP RFC this
class will cache credentials and consumed by
Pipe requests. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.