| Package | Description |
|---|---|
| org.jboss.aerogear.android.authorization | |
| org.jboss.aerogear.android.authorization.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
AuthzModule |
AuthorizationConfiguration.asModule()
Creates a authenticationModule based on the current configuration and
notifies all listeners
|
protected abstract AuthzModule |
AuthorizationConfiguration.buildModule()
Validates configuration parameters and returns a AuthenticationModule
instance.
|
static AuthzModule |
AuthorizationManager.getModule(String name)
Fetches a named module
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnAuthorizationCreatedListener.onAuthorizationCreated(AuthorizationConfiguration<?> configuration,
AuthzModule auth) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2AuthzModule
An Authorization module which works with the OAuth2 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthzModule |
OAuth2AuthorizationConfiguration.buildModule() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.