AeroGear Android Library 1.1.0

Uses of Interface
org.jboss.aerogear.android.authentication.AuthenticationModule

Packages that use AuthenticationModule
org.jboss.aerogear.android.authentication   
org.jboss.aerogear.android.authentication.impl   
org.jboss.aerogear.android.authentication.impl.loader   
org.jboss.aerogear.android.authentication.impl.loader.support   
org.jboss.aerogear.android.impl.pipeline   
 

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.
 class HttpBasicAuthenticationModule
          This class provides Authentication using HTTP Basic As per the HTTP RFC this class will cache credentials and consumed by Pipe requests.
 class HttpDigestAuthenticationModule
          This class provides Authentication using HTTP Digest As per the HTTP RFC this class will cache credentials and consumed by Pipe requests.
 

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 This method should NOT be called by Activities or Fragments.
 AuthenticationModule Authenticator.get(String name, android.app.Activity activity)
          Gets a AuthenticationModule for name.
 AuthenticationModule Authenticator.get(String name, android.support.v4.app.FragmentActivity activity)
          Gets a AuthenticationModule for name.
 AuthenticationModule Authenticator.get(String name, android.app.Fragment fragment, android.content.Context applicationContext)
          Gets a AuthenticationModule for name.
 AuthenticationModule Authenticator.get(String name, android.support.v4.app.Fragment fragment, android.content.Context applicationContext)
          Gets a AuthenticationModule for name.
 AuthenticationModule Authenticator.remove(String name)
          Removes a AuthenticationModule for name
 

Methods in org.jboss.aerogear.android.authentication.impl with parameters of type AuthenticationModule
 void Authenticator.add(String name, AuthenticationModule module)
           
 

Uses of AuthenticationModule in org.jboss.aerogear.android.authentication.impl.loader
 

Subinterfaces of AuthenticationModule in org.jboss.aerogear.android.authentication.impl.loader
 interface LoaderAuthenticationModule
          Sometimes a AuthenticationManager will actually be wrapped in a Loader.
 

Classes in org.jboss.aerogear.android.authentication.impl.loader that implement AuthenticationModule
 class AuthenticationModuleAdapter
          This class manages the relationship between Android's Loader framework and requests to Authentication.
 

Fields in org.jboss.aerogear.android.authentication.impl.loader declared as AuthenticationModule
protected  AuthenticationModule AbstractAuthenticationLoader.module
           
 

Methods in org.jboss.aerogear.android.authentication.impl.loader that return AuthenticationModule
 AuthenticationModule AbstractAuthenticationLoader.getModule()
           
 

Constructors in org.jboss.aerogear.android.authentication.impl.loader with parameters of type AuthenticationModule
AbstractAuthenticationLoader(android.content.Context context, AuthenticationModule module, Callback callback)
           
AuthenticationModuleAdapter(android.app.Activity activity, AuthenticationModule module, String name)
           
AuthenticationModuleAdapter(android.app.Fragment fragment, android.content.Context applicationContext, AuthenticationModule module, String name)
           
EnrollLoader(android.content.Context context, Callback callback, AuthenticationModule module, Map<String,String> params)
           
LogoutLoader(android.content.Context context, Callback callback, AuthenticationModule module)
           
 

Uses of AuthenticationModule in org.jboss.aerogear.android.authentication.impl.loader.support
 

Classes in org.jboss.aerogear.android.authentication.impl.loader.support that implement AuthenticationModule
 class SupportAuthenticationModuleAdapter
          This class manages the relationship between Android's Loader framework and requests to Authentication.
 

Fields in org.jboss.aerogear.android.authentication.impl.loader.support declared as AuthenticationModule
protected  AuthenticationModule AbstractSupportAuthenticationLoader.module
           
 

Methods in org.jboss.aerogear.android.authentication.impl.loader.support that return AuthenticationModule
 AuthenticationModule AbstractSupportAuthenticationLoader.getModule()
           
 

Constructors in org.jboss.aerogear.android.authentication.impl.loader.support with parameters of type AuthenticationModule
AbstractSupportAuthenticationLoader(android.content.Context context, AuthenticationModule module, Callback callback)
           
SupportAuthenticationModuleAdapter(android.support.v4.app.FragmentActivity activity, AuthenticationModule module, String name)
           
SupportAuthenticationModuleAdapter(android.support.v4.app.Fragment fragment, android.content.Context applicationContext, AuthenticationModule module, String name)
           
SupportEnrollLoader(android.content.Context context, Callback callback, AuthenticationModule module, Map<String,String> params)
           
SupportLoginLoader(android.content.Context context, Callback callback, AuthenticationModule module, String username, String password)
           
SupportLogoutLoader(android.content.Context context, Callback callback, AuthenticationModule module)
           
 

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 RestRunner.setAuthenticationModule(AuthenticationModule module)
           
 void PipeConfig.setAuthModule(AuthenticationModule authModule)
          This value must be set to use Authentication in Pipes build from this config.
 


AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.