public static class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
Auth prompt flags.
|
static class |
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
Auth prompt levels.
|
Modifier and Type | Field and Description |
---|---|
int |
flags
An int bit-field of
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags . |
int |
level
An int, one of
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level , indicating level of encryption. |
String |
password
A string containing the initial password.
|
String |
uri
A string containing the URI for the auth request or null if unknown.
|
String |
username
A string containing the initial username or null if password-only.
|
Modifier | Constructor and Description |
---|---|
protected |
AuthOptions()
Empty constructor for tests
|
public final int flags
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
.@Nullable public final String uri
public final int level
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
, indicating level of encryption.@Nullable public final String username
@Nullable public final String password