| Package | Description |
|---|---|
| edu.uci.ics.crawler4j.crawler.authentication |
| Modifier and Type | Field and Description |
|---|---|
protected AuthInfo.AuthenticationType |
AuthInfo.authenticationType |
| Modifier and Type | Method and Description |
|---|---|
AuthInfo.AuthenticationType |
AuthInfo.getAuthenticationType() |
static AuthInfo.AuthenticationType |
AuthInfo.AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthInfo.AuthenticationType[] |
AuthInfo.AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthInfo.setAuthenticationType(AuthInfo.AuthenticationType authenticationType) |
| Constructor and Description |
|---|
AuthInfo(AuthInfo.AuthenticationType authenticationType,
FormSubmitEvent.MethodType httpMethod,
String loginUrl,
String username,
String password)
This constructor should only be used by extending classes
|
Copyright © 2017. All rights reserved.