:: com :: sun :: star :: mail ::
|
unpublished |
interface XAuthenticator |
|
|
|
- Description
- Represents an interface that will be used to query for user
information which are necessary to login to a network resource.
An implementation of this interface may for instance show a
dialog to query the user for the necessary data.
|
Methods' Summary |
getUserName |
Will be called when the user name is needed.
|
getPassword |
Will be called when the password of the user is needed.
|
Methods' Details |
getUserName
- Description
- Will be called when the user name is needed.
- Returns
- the user name.
|
|
getPassword
- Description
- Will be called when the password of the user is needed.
- Returns
- the password of the user.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.