| 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.
|
| 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
|
AuthenticationModule |
Authenticator.remove(String name)
Removes a AuthenticationModule for name
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationModule |
PipeConfig.getAuthModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestAdapter.setAuthenticationModule(AuthenticationModule module) |
void |
PipeConfig.setAuthModule(AuthenticationModule authModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.setAuthenticationModule(AuthenticationModule module)
Sets the authentication module for the Pipe.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.