public class PreferencesSecurityLogic
extends java.lang.Object
| Constructor and Description |
|---|
PreferencesSecurityLogic(PreferencesApp preferencesApp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAccess()
Opens a password window; if the user types in the correct configuration password returns true.
|
boolean |
checkAccessAndSetGui()
Runs checkAccess() and then applies the results to the GUI (e.g.
|
public PreferencesSecurityLogic(PreferencesApp preferencesApp)
public boolean checkAccessAndSetGui()
public boolean checkAccess()
throws java.lang.Exception
java.lang.Exception