KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > sasl > RealmChoiceCallback

javax.security.sasl
Class RealmChoiceCallback

java.lang.Object
  extended by javax.security.auth.callback.ChoiceCallback
      extended by javax.security.sasl.RealmChoiceCallback
All Implemented Interfaces:
Serializable, Callback
See Also:
Source Code

public RealmChoiceCallback(String prompt,
                           String[] choices,
                           int defaultChoice,
                           boolean multiple)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags