Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
- Enclosing class:
- GeckoSession.PromptDelegate.AuthPrompt
Defines available authentication options and their flags for authorization prompts.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAuthentication flag type definitions for auth prompts.static @interfaceAuthentication level type definitions for auth security.static classAuth prompt flags.static classAuth prompt levels. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intAn int bit-field ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags.final intAn int, one ofGeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level, indicating level of encryption.final StringA string containing the initial password.final StringA string containing the URI for the auth request or null if unknown.final StringA string containing the initial username or null if password-only. -
Constructor Summary
Constructors -
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
-