|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ConnectInfoPrompter
interface describes how
ConnectionManager
expects to be able to prompt users for
security information.
ConnectionManager
,
ConnectionManager.setPrompter(ConnectInfoPrompter)
Method Summary | |
void |
promptUser(ConnectionDescriptor descriptor)
implementors of the promptUser method should take
the given descriptor and prompt the user to fill in any necessary
security information. |
Method Detail |
public void promptUser(ConnectionDescriptor descriptor) throws CMException
promptUser
method should take
the given descriptor and prompt the user to fill in any necessary
security information. The call to promptUser
should
not return until the user has interacted with whatever prompt is
displayed.
descriptor
- the ConnectionDescriptor
object to
be filled in. NOTE: for security reasons, this object
will never contain the user's password; any password contained
within descriptor will be stripped out prior to this call.
CMException
- thrown if there is any problem prompting
the user for connection information, or if the user canceled the
prompt.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.