LibreOffice Module svl (master) 1
Classes | Macros | Typedefs | Variables
passwordcontainer.hxx File Reference
#include <utility>
#include <vector>
#include <map>
#include <mutex>
#include <optional>
#include <com/sun/star/task/XPasswordContainer2.hpp>
#include <com/sun/star/task/PasswordRequestMode.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
#include <unotools/configitem.hxx>
#include <ucbhelper/interactionrequest.hxx>
#include <rtl/random.h>
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
#include "syscreds.hxx"
Include dependency graph for passwordcontainer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NamePasswordRecord
 
class  StorageItem
 
class  PasswordContainer
 
class  PasswordContainer::RandomPool
 
class  MasterPasswordRequest_Impl
 

Macros

#define MEMORY_RECORD   0
 
#define PERSISTENT_RECORD   1
 

Typedefs

typedef ::std::pair< const OUString, ::std::vector< NamePasswordRecord > > PairUrlRecord
 
typedef ::std::map< OUString, ::std::vector< NamePasswordRecord > > PasswordMap
 

Variables

constexpr sal_Int32 nCurrentStorageVersion = 1
 

Macro Definition Documentation

◆ MEMORY_RECORD

#define MEMORY_RECORD   0

Definition at line 44 of file passwordcontainer.hxx.

◆ PERSISTENT_RECORD

#define PERSISTENT_RECORD   1

Definition at line 45 of file passwordcontainer.hxx.

Typedef Documentation

◆ PairUrlRecord

typedef ::std::pair< const OUString, ::std::vector< NamePasswordRecord > > PairUrlRecord

Definition at line 188 of file passwordcontainer.hxx.

◆ PasswordMap

typedef ::std::map< OUString, ::std::vector< NamePasswordRecord > > PasswordMap

Definition at line 189 of file passwordcontainer.hxx.

Variable Documentation

◆ nCurrentStorageVersion

constexpr sal_Int32 nCurrentStorageVersion = 1
constexpr

Definition at line 194 of file passwordcontainer.hxx.

Referenced by StorageItem::setEncodedMasterPassword().