API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.sasl. RealmCallback View Source
Author(s)
Rosanna Lee
Rob Weltman
Since
1.5
Version
Serial
Hierarchy
 Object
      TextInputCallback
          RealmCallback
Implements
Subclasses
Description
public class RealmCallback
  This callback is used by SaslClient and SaslServer to retrieve realm information.
See also:   
Constructors
public RealmCallback (String prompt)
  Constructs a RealmCallback with a prompt.
public RealmCallback (String prompt, String defaultRealmInfo)
  Constructs a RealmCallback with a prompt and default realm information.
Methods
Hide/Show inherited methods
public String getDefaultText () [Inherited From TextInputCallback]
  Get the default text.
public String getPrompt () [Inherited From TextInputCallback]
  Get the prompt.
public String getText () [Inherited From TextInputCallback]
  Get the retrieved text.
public void setText (String text) [Inherited From TextInputCallback]
  Set the retrieved text.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar