|
AeroGear Android Libary 1.0.0.M1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AuthenticationModule in org.jboss.aerogear.android.authentication |
|---|
| Classes in org.jboss.aerogear.android.authentication that implement AuthenticationModule | |
|---|---|
class |
AbstractAuthenticationModule
This class stubs out the enroll, login, and logout methods. |
| Uses of AuthenticationModule in org.jboss.aerogear.android.authentication.impl |
|---|
| Classes in org.jboss.aerogear.android.authentication.impl that implement AuthenticationModule | |
|---|---|
class |
AGSecurityAuthenticationModule
A module for authenticating with restful AG services. |
| Methods in org.jboss.aerogear.android.authentication.impl that return AuthenticationModule | |
|---|---|
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 |
| Uses of AuthenticationModule in org.jboss.aerogear.android.impl.pipeline |
|---|
| Methods in org.jboss.aerogear.android.impl.pipeline that return AuthenticationModule | |
|---|---|
AuthenticationModule |
PipeConfig.getAuthModule()
|
| Methods in org.jboss.aerogear.android.impl.pipeline with parameters of type AuthenticationModule | |
|---|---|
void |
RestAdapter.setAuthenticationModule(AuthenticationModule module)
|
void |
PipeConfig.setAuthModule(AuthenticationModule authModule)
|
| Uses of AuthenticationModule in org.jboss.aerogear.android.pipeline |
|---|
| Methods in org.jboss.aerogear.android.pipeline with parameters of type AuthenticationModule | |
|---|---|
void |
Pipe.setAuthenticationModule(AuthenticationModule module)
Sets the authentication module for the Pipe. |
|
AeroGear Android Libary 1.0.0.M1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||