Uses of Class
wizardquest.auth.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in wizardquest.auth
Methods in wizardquest.auth that throw AuthenticationException -
Uses of AuthenticationException in wizardquest.settings
Methods in wizardquest.settings that throw AuthenticationExceptionModifier and TypeMethodDescriptionintSettingsInterface.getMaxStageReached(DifficultyEnum difficulty) Gets the user's personal best for the furthest stage they've reached of the specified difficulty.SettingsInterface.getUserRole()Returns the role of the currently authenticated user or throws an exception if no user is authenticated.booleanSettingsInterface.isTelemetryEnabled()Returns whether the user has telemetry enabled.voidSettingsInterface.loginWithResult(AuthenticationResult result) Logs in the user using the result from the Authenticator (Python OAuth).voidSettingsInterface.setEnemyDamageMultiplier(DifficultyEnum difficulty, float newEnemyDamageMultiplier) Sets the value of the enemy damage multiplier design parameter for the specified difficulty.voidSettingsInterface.setEnemyMaxHealthMultiplier(DifficultyEnum difficulty, float newEnemyMaxHealthMultiplier) Sets the value of the enemy max health multiplier design parameter for the specified difficulty.voidSettingsInterface.setMagicRegenRate(DifficultyEnum difficulty, int newMagicRegenRate) Sets the value of the starting lives design parameter for the specified difficulty.voidSettingsInterface.setMaxMagic(DifficultyEnum difficulty, int newMaxMagic) Sets the value of the max magic multiplier design parameter for the specified difficulty.voidSettingsInterface.setMaxStageReached(DifficultyEnum difficulty, int maxStageReached) Sets the value for the furthest stage the user has gotten to for th specified difficulty.voidSettingsInterface.setPlayerMaxHealth(DifficultyEnum difficulty, int newPlayerMaxHealth) Sets the value of the player max health multiplier design parameter for the specified difficulty.voidSettingsInterface.setShopItemCount(DifficultyEnum difficulty, int newShopItemCount) Sets the value of the shop item count design parameter for the specified difficulty.voidSettingsInterface.setStartingLives(DifficultyEnum difficulty, int newStartingLives) Sets the value of the starting lives design parameter for the specified difficulty.voidSettingsInterface.setTelemetryEnabled(boolean telemetryEnabled) Attempts to set the user's preference for whether they have telemetry enabled, writing this to their settings in the user database JSON.voidSettingsInterface.setUserRole(String userID, RoleEnum role) Sets the role of the specified user or throws an exception if the authenticated user is not a developer.