Class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level
Enclosing class:
GeckoSession.PromptDelegate.AuthPrompt.AuthOptions

public static class GeckoSession.PromptDelegate.AuthPrompt.AuthOptions.Level extends Object
Auth prompt levels.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NONE

      public static final int NONE
      The auth request is unencrypted or the encryption status is unknown.
      See Also:
    • PW_ENCRYPTED

      public static final int PW_ENCRYPTED
      The auth request only encrypts password but not data.
      See Also:
    • SECURE

      public static final int SECURE
      The auth request encrypts both password and data.
      See Also:
  • Constructor Details

    • Level

      protected Level()