Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
- Enclosing class:
- GeckoSession.PromptDelegate.AuthPrompt
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
static @interface
static class
Auth prompt flags.static class
Auth prompt levels. -
Field Summary
Modifier and TypeFieldDescriptionfinal int
An int bit-field ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
.final int
An int, one ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
, indicating level of encryption.final String
A string containing the initial password.final String
A string containing the URI for the auth request or null if unknown.final String
A string containing the initial username or null if password-only. -
Constructor Summary
-
Method Summary
-
Field Details
-
flags
public final int flagsAn int bit-field ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
. -
uri
A string containing the URI for the auth request or null if unknown. -
level
public final int levelAn int, one ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
, indicating level of encryption. -
username
A string containing the initial username or null if password-only. -
password
A string containing the initial password.
-
-
Constructor Details
-
AuthOptions
protected AuthOptions()Empty constructor for tests
-