public static class Autocomplete.LoginEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Autocomplete.LoginEntry.Builder |
Modifier and Type | Field and Description |
---|---|
String |
formActionOrigin
The origin this login entry was submitted to.
|
String |
guid
The unique identifier for this login entry.
|
String |
httpRealm
The HTTP realm this login entry was requested for.
|
String |
origin
The origin this login entry applies to.
|
String |
password
The password for this login entry.
|
String |
username
The username for this login entry.
|
Modifier | Constructor and Description |
---|---|
protected |
LoginEntry() |
@Nullable public final String guid
@NonNull public final String origin
@Nullable public final String formActionOrigin
@Nullable public final String httpRealm
@NonNull public final String username
@NonNull public final String password