Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Flags
- Enclosing class:
- GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
Auth prompt flags.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The auth prompt is for a cross-origin sub-resource.static final int
The auth prompt is for a network host.static final int
The auth prompt should only request a password.static final int
The auth prompt is the result of a previous failed login.static final int
The auth prompt is for a proxy. -
Constructor Summary
-
Method Summary
-
Field Details
-
HOST
public static final int HOSTThe auth prompt is for a network host.- See Also:
-
PROXY
public static final int PROXYThe auth prompt is for a proxy.- See Also:
-
ONLY_PASSWORD
public static final int ONLY_PASSWORDThe auth prompt should only request a password.- See Also:
-
PREVIOUS_FAILED
public static final int PREVIOUS_FAILEDThe auth prompt is the result of a previous failed login.- See Also:
-
CROSS_ORIGIN_SUB_RESOURCE
public static final int CROSS_ORIGIN_SUB_RESOURCEThe auth prompt is for a cross-origin sub-resource.- See Also:
-
-
Constructor Details
-
Flags
protected Flags()
-