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.
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, a division of Red Hat, Inc.. All Rights Reserved.