Uses of Interface
edu.pdx.cs410J.security.Game
Package
Description
This package contains example code that demonstrates a number
of Java's security features.
-
Uses of Game in edu.pdx.cs410J.security
Modifier and TypeClassDescriptionclass
This is a little guessing game that counts the number of times it takes the user to guess a number between one and ten.Modifier and TypeMethodDescriptionLoads aGame
from a given URL.Modifier and TypeMethodDescriptionGameConsole.readPreferences
(Game game) Called from the Game to read a game's preferences file.GameConsolePriv.readPreferences
(Game game) boolean
GameConsole.writePreferences
(Game game, String prefs) Called from the Game to write a game's preferences file.boolean
GameConsolePriv.writePreferences
(Game game, String prefs) Note use of doPrivileged.