AeroGear Android Library 1.1.0

org.jboss.aerogear.android.authentication.impl.loader
Interface LoaderAuthenticationModule

All Superinterfaces:
AuthenticationModule
All Known Implementing Classes:
AuthenticationModuleAdapter, SupportAuthenticationModuleAdapter

public interface LoaderAuthenticationModule
extends AuthenticationModule

Sometimes a AuthenticationManager will actually be wrapped in a Loader. Classes which do so implement this interface which gives them access to some shared Bundle Parameters.


Field Summary
static String CALLBACK
           
static String METHOD
           
static String PARAMS
           
static String PASSWORD
           
static String USERNAME
           
 
Method Summary
 
Methods inherited from interface org.jboss.aerogear.android.authentication.AuthenticationModule
enroll, getAuthorizationFields, getAuthorizationFields, getBaseURL, getEnrollEndpoint, getLoginEndpoint, getLogoutEndpoint, isLoggedIn, login, logout, retryLogin
 

Field Detail

CALLBACK

static final String CALLBACK
See Also:
Constant Field Values

METHOD

static final String METHOD
See Also:
Constant Field Values

USERNAME

static final String USERNAME
See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
See Also:
Constant Field Values

PARAMS

static final String PARAMS
See Also:
Constant Field Values

AeroGear Android Library 1.1.0

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