public class BasicAuthLogicCore extends Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
BasicAuthLogicCore.SkipBasicAuthCallback |
Modifier and Type | Field | Description |
---|---|---|
BasicAuthLogicCore.SkipBasicAuthCallback |
mSkipBasicAuthCallback |
Constructor | Description |
---|---|
BasicAuthLogicCore() |
Modifier and Type | Method | Description |
---|---|---|
BasicAuthLogicCore |
addRetryBasicAuthExcludedPath(String path) |
Add path to ignore #setRetryBasicAuth effect
|
BasicAuthLogicCore |
setBasicAuth(BasicAuth basicAuth) |
Set the condition of basic authentication
|
BasicAuthLogicCore |
setRetryBasicAuth(boolean enabled) |
Enabling retry of basic authentication when authorization failed
If the user-A who has already passed the BASIC authentication for page-A.
|
void |
setSkipBasicAuthCallback(BasicAuthLogicCore.SkipBasicAuthCallback callback) |
Set OnPrepareBasicAuthListener
|
public BasicAuthLogicCore.SkipBasicAuthCallback mSkipBasicAuthCallback
public BasicAuthLogicCore setBasicAuth(BasicAuth basicAuth)
basicAuth
- public void setSkipBasicAuthCallback(BasicAuthLogicCore.SkipBasicAuthCallback callback)
callback
- public BasicAuthLogicCore addRetryBasicAuthExcludedPath(String path)
path
- public BasicAuthLogicCore setRetryBasicAuth(boolean enabled)
enabled
- Copyright © 2018. All rights reserved.