KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > callback > TextInputCallback

javax.security.auth.callback
Class TextInputCallback

java.lang.Object
  extended by javax.security.auth.callback.TextInputCallback
All Implemented Interfaces:
Serializable, Callback
Direct Known Subclasses:
RealmCallback
See Also:
Top Examples, Source Code, CallbackHandler

public String getDefaultText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getPrompt()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getText()
See Also:
setText(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setText(String text)
See Also:
getText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TextInputCallback(String prompt)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TextInputCallback(String prompt,
                         String defaultText)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags