:: com :: sun :: star :: mail ::
|
unpublished |
interface XAuthenticator |
|
|
|
- Usage Restrictions
- not published
- 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.
- Since
- OOo 2.0
|
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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.