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).


Constructor Index

 o AuthGUI()
 o AuthGUI(String)

Method Index

 o 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.

Constructors

 o AuthGUI
 public AuthGUI()
 o AuthGUI
 public AuthGUI(String entity)

Methods

 o 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