AeroGear Android Libary 1.0.0.M1

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.impl.pipeline   
org.jboss.aerogear.android.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.
 

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

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.