|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
org.jboss.aerogear.android.authentication.impl.DigestAuthenticationModuleRunner
public class DigestAuthenticationModuleRunner
| Field Summary |
|---|
| Fields inherited from class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner |
|---|
baseURL, enrollEndpoint, enrollURL, httpProviderFactory, loginEndpoint, loginURL, logoutEndpoint, logoutURL, timeout |
| Constructor Summary | |
|---|---|
DigestAuthenticationModuleRunner(URL baseURL,
AuthenticationConfig config)
|
|
| Method Summary | |
|---|---|
String |
getAuthorizationHeader(URI uri,
String method,
byte[] entityBody)
|
HeaderAndBody |
onEnroll(Map<String,String> userData)
|
HeaderAndBody |
onLogin(String username,
String password)
|
void |
onLogout()
|
| Methods inherited from class org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner |
|---|
getBaseURI, getBaseURL, getEnrollEndpoint, getLoginEndpoint, getLogoutEndpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestAuthenticationModuleRunner(URL baseURL,
AuthenticationConfig config)
baseURL - config -
IllegalArgumentException - if an endpoint can not be appended to baseURL| Method Detail |
|---|
public HeaderAndBody onEnroll(Map<String,String> userData)
public HeaderAndBody onLogin(String username,
String password)
public void onLogout()
public String getAuthorizationHeader(URI uri,
String method,
byte[] entityBody)
|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||