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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for constructing LoginEntry instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe origin this login entry was submitted to.final StringThe unique identifier for this login entry.final StringThe HTTP realm this login entry was requested for.final StringThe origin this login entry applies to.final StringThe password for this login entry.final StringThe username for this login entry. -
Constructor Summary
Constructors -
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()Protected constructor for tests only.
-
-
Method Details