Modifier and Type | Class and Description |
---|---|
protected static class |
CredentialsDescription.SessionCredentialItem
Session credential helper class
|
Modifier and Type | Field and Description |
---|---|
protected LoginParameters |
CredentialsDescription.LoginParameterIterator.currentOne |
Modifier and Type | Method and Description |
---|---|
void |
FindHTMLFormHandler.applyFormOverrides(LoginParameters lp) |
void |
FindContentHandler.applyOverrides(LoginParameters lp)
Apply overrides
|
void |
FindHTMLHrefHandler.applyOverrides(LoginParameters lp)
Apply overrides
|
void |
FindPreferredRedirectionHandler.applyOverrides(LoginParameters lp)
Apply overrides
|
void |
FormDataAccumulator.applyOverrides(LoginParameters lp) |
protected FormData |
WebcrawlerConnector.findHTMLForm(String currentURI,
LoginParameters lp)
Find matching HTML form data, if present.
|
protected String |
WebcrawlerConnector.findHTMLLinkURI(String currentURI,
LoginParameters lp)
Find HTML link URI, if present, making sure specified preference is matched.
|
protected String |
WebcrawlerConnector.findPreferredRedirectionURI(String currentURI,
LoginParameters lp)
Find a preferred redirection URI, if it exists
|
protected String |
WebcrawlerConnector.findSpecifiedContent(String currentURI,
LoginParameters lp)
Find existence of specific content on the page (never finds a URL)
|