| 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() |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2IntentAuthzModule
This is a generic AuthzModule which using intent processing to fetch tokens
to authorize requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2WebViewAuthzModule
An Authorization module which works with the OAuth2 protocol.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.