Package org.mozilla.geckoview
Class Autocomplete.LoginEntry
Object
org.mozilla.geckoview.Autocomplete.LoginEntry
- Enclosing class:
- Autocomplete
Holds login information for a specific entry.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
The origin this login entry was submitted to.final String
The unique identifier for this login entry.final String
The HTTP realm this login entry was requested for.final String
The origin this login entry applies to.final String
The password for this login entry.final String
The username for this login entry. -
Constructor Summary
-
Method Summary
-
Field Details
-
guid
The unique identifier for this login entry. -
origin
The origin this login entry applies to. -
formActionOrigin
The origin this login entry was submitted to. This only applies to form-based login entries. It's derived from the action attribute set on the form element. -
httpRealm
The HTTP realm this login entry was requested for. This only applies to non-form-based login entries. It's derived from the WWW-Authenticate header set in a HTTP 401 response, see RFC2617 for details. -
username
The username for this login entry. -
password
The password for this login entry.
-
-
Constructor Details
-
LoginEntry
@AnyThread protected LoginEntry()
-
-
Method Details