Uses of Class
cafe.authentication.AuthenticationSettings

Packages that use AuthenticationSettings
cafe.authentication   
cafe.main   
cafe.settings   
 

Uses of AuthenticationSettings in cafe.authentication
 

Constructors in cafe.authentication with parameters of type AuthenticationSettings
Authentication(AuthenticationSettings settings)
          The class constructor
 

Uses of AuthenticationSettings in cafe.main
 

Constructors in cafe.main with parameters of type AuthenticationSettings
MainGuiHandler(Database db, CoffeeTouch main, AuthenticationSettings authSettings)
          Constructs a new instance of this class and creates Authentication instance.
 

Uses of AuthenticationSettings in cafe.settings
 

Methods in cafe.settings that return AuthenticationSettings
 AuthenticationSettings Settings.getAuthenticationSettings()
           
 AuthenticationSettings Configuration.getAuthenticationSettings()