Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
- Enclosing class:
- GeckoSession.PromptDelegate.AuthPrompt.AuthOptions
Auth prompt levels.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The auth request is unencrypted or the encryption status is unknown.static final int
The auth request only encrypts password but not data.static final int
The auth request encrypts both password and data. -
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final int NONEThe auth request is unencrypted or the encryption status is unknown.- See Also:
-
PW_ENCRYPTED
public static final int PW_ENCRYPTEDThe auth request only encrypts password but not data.- See Also:
-
SECURE
public static final int SECUREThe auth request encrypts both password and data.- See Also:
-
-
Constructor Details
-
Level
protected Level()
-