Language
The Free and Open Productivity Suite
:: com :: sun :: star :: task ::
|
interface XMasterPasswordHandling |
|
- Description
- allows to change the master password, or let it be requested and checked.
|
Methods' Details |
authorizateWithMasterPassword
- Description
- allows to check the user authorization.
This call let the master password be requested from user using the
provided interaction handler.
The call will use the standard interactin handler service
InteractionHandler if no handler is provided.
|
|
changeMasterPassword
- Description
- allows to change the master password.
If there is still no master password, the user will be asked to provide
the new one.
The call will use the standard interaction handler service
InteractionHandler if no handler is provided.
|
|
removeMasterPassword
void |
removeMasterPassword(); |
- Description
- let the master password and all the related stored passwords be
removed.
|
|
hasMasterPassword
boolean |
hasMasterPassword(); |
- Description
- allows to detect whether there is already a master password
|
|
allowPersistentStoring
boolean |
allowPersistentStoring( |
[in] boolean |
bAllow ); |
- Description
- allows to specify whether persistent storing of passwords is allowed
After the storing is forbidden the master password and all the stored
passwords are removed.
|
|
isPersistentStoringAllowed
boolean |
isPersistentStoringAllowed(); |
- Description
- allows to detect whether persistent storing of passwords is allowed
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.