Package org.mozilla.geckoview
Class Autocomplete.SelectOption.Hint
Object
org.mozilla.geckoview.Autocomplete.SelectOption.Hint
- Enclosing class:
- Autocomplete.SelectOption<T>
Hint types for selection requests.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The username is shared with another login entry.static final int
Auto-generated password.static final int
Insecure context.static final int
The login entry's origin matches the login form origin.static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
GENERATED
public static final int GENERATEDAuto-generated password. A new password-only login entry containing a secure generated password.- See Also:
-
INSECURE_FORM
public static final int INSECURE_FORMInsecure context. The form or transmission mechanics are considered insecure. This is the case when the form is served via http or submitted insecurely.- See Also:
-
DUPLICATE_USERNAME
public static final int DUPLICATE_USERNAMEThe username is shared with another login entry. There are multiple login entries in the options that share the same username. You may have to disambiguate the login entry, e.g., using the last date of modification and its origin.- See Also:
-
MATCHING_ORIGIN
public static final int MATCHING_ORIGINThe login entry's origin matches the login form origin. The login was saved from the same origin it is being requested for, rather than for a subdomain.- See Also:
-
-
Constructor Details
-
Hint
public Hint()
-