com.partnersoft.preferences.logic
Class PreferencesSecurityLogic

java.lang.Object
  extended by com.partnersoft.preferences.logic.PreferencesSecurityLogic

public class PreferencesSecurityLogic
extends java.lang.Object


Constructor Summary
PreferencesSecurityLogic(PreferencesApp preferencesApp)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesSecurityLogic

public PreferencesSecurityLogic(PreferencesApp preferencesApp)
Method Detail

checkAccessAndSetGui

public boolean checkAccessAndSetGui()
Runs checkAccess() and then applies the results to the GUI (e.g. disabling some tabs).


checkAccess

public boolean checkAccess()
                    throws java.lang.Exception
Opens a password window; if the user types in the correct configuration password returns true.

Throws:
java.lang.Exception