| Package | Description |
|---|---|
| org.jboss.aerogear.android.authentication | |
| org.jboss.aerogear.android.authentication.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationConfiguration<CONFIGURATION extends AuthenticationConfiguration<CONFIGURATION>>
Authentication Registration config.
|
| Modifier and Type | Method and Description |
|---|---|
static <CFG extends AuthenticationConfiguration<CFG>> |
AuthenticationManager.config(String name,
Class<CFG> authenticationConfigurationClass)
Begins a new fluent configuration stanza.
|
static <CFG extends AuthenticationConfiguration<CFG>> |
AuthenticationManager.registerConfigurationProvider(Class<CFG> configurationClass,
org.jboss.aerogear.android.ConfigurationProvider<CFG> provider)
This will add a new Configuration that this Manager can build
Configurations for.
|
| 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 |
HttpBasicAuthenticationConfiguration
This is the configuration for a module which implements HTTP Basic authentication.
|
class |
HttpDigestAuthenticationConfiguration |
Copyright © 2014 JBoss by Red Hat. All rights reserved.