summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XMasterPasswordHandling.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XMasterPasswordHandling.idl')
-rw-r--r--offapi/com/sun/star/task/XMasterPasswordHandling.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/task/XMasterPasswordHandling.idl b/offapi/com/sun/star/task/XMasterPasswordHandling.idl
index 80452af2bd30..0fa3bfcfc4eb 100644
--- a/offapi/com/sun/star/task/XMasterPasswordHandling.idl
+++ b/offapi/com/sun/star/task/XMasterPasswordHandling.idl
@@ -32,16 +32,13 @@
#include <com/sun/star/task/XInteractionHandler.idl>
-//=============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to change the master password, or let it be requested and checked.
*/
published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** allows to check the user authorization.
<p>
@@ -57,7 +54,6 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean authorizateWithMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** allows to change the master password.
<p>
@@ -72,18 +68,15 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean changeMasterPassword( [in] XInteractionHandler xHandler );
- //-------------------------------------------------------------------------
/** let the master password and all the related stored passwords be
removed.
*/
void removeMasterPassword();
- //-------------------------------------------------------------------------
/** allows to detect whether there is already a master password
*/
boolean hasMasterPassword();
- //-------------------------------------------------------------------------
/** allows to specify whether persistent storing of passwords is allowed
<p>
@@ -93,14 +86,12 @@ published interface XMasterPasswordHandling : com::sun::star::uno::XInterface
*/
boolean allowPersistentStoring( [in] boolean bAllow );
- //-------------------------------------------------------------------------
/** allows to detect whether persistent storing of passwords is allowed
*/
boolean isPersistentStoringAllowed();
};
-//=============================================================================
}; }; }; };