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
|
|
Copyright © 2011, 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.