Package ch.bailu.gtk.gio
Interface PasswordSave
public interface PasswordSave
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
save a password for the session.static final int
never save a password.static final int
save a password permanently.
-
Field Details
-
NEVER
static final int NEVERnever save a password.- See Also:
-
FOR_SESSION
static final int FOR_SESSIONsave a password for the session.- See Also:
-
PERMANENTLY
static final int PERMANENTLYsave a password permanently.- See Also:
-