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.
| Methods inherited from interface org.jboss.aerogear.android.authentication.AuthenticationModule |
enroll, getAuthorizationFields, getAuthorizationFields, getBaseURL, getEnrollEndpoint, getLoginEndpoint, getLogoutEndpoint, isLoggedIn, login, logout, retryLogin |
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.