All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.AuthGUI
java.lang.Object
|
+----java.util.Dictionary
|
+----sun.security.AuthContext
|
+----sun.security.AuthGUI
- public class AuthGUI
- extends AuthContext
An Authentication Context which prompts for a passphrase using
the native Java windowing APIs (AWT).
-
AuthGUI()
-
-
AuthGUI(String)
-
-
trustedGet(Object)
- A simple "Secure path" facility, which knows how to prompt
for the passphrase for the entity described in the constructor
to this class.
AuthGUI
public AuthGUI()
AuthGUI
public AuthGUI(String entity)
trustedGet
protected Object trustedGet(Object index)
- A simple "Secure path" facility, which knows how to prompt
for the passphrase for the entity described in the constructor
to this class.
- Parameters:
- index - the index for the value which is to be acquired
using some trusted path interaction.
- Overrides:
- trustedGet in class AuthContext
All Packages Class Hierarchy This Package Previous Next Index