public static interface CredentialPresenter.Presentation
| Modifier and Type | Method and Description | 
|---|---|
| Map | getAuthEntries()Returns an ordered map of String->String entries
 containing name, value pairs. | 
| Object[] | getAuthLines()Returns an array of "message" objects providing additional
 information for the user. | 
Map getAuthEntries()
Object[] getAuthLines()
If the supplied identity information looks OK, then returning an empty array is a good idea. But if there is some kind of inconsistency or cause for alarm, a sequence of GUI elements may be returned.
The return value is suitable for use as the msg
 argument of one of JOptionPane's methods.
JOptionPaneCopyright © 2008–2024. All rights reserved.