Schnittstelle PasswordSave


public interface PasswordSave
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    save a password for the session.
    static final int
    never save a password.
    static final int
    save a password permanently.
  • Felddetails

    • NEVER

      static final int NEVER
      never save a password.
      Siehe auch:
    • FOR_SESSION

      static final int FOR_SESSION
      save a password for the session.
      Siehe auch:
    • PERMANENTLY

      static final int PERMANENTLY
      save a password permanently.
      Siehe auch: