LibreOffice
LibreOffice 24.2 SDK API Reference
|
provided as a convenience for simple username/password based Single Sign-on implementations which don't provide some sort of authentication information repository. More...
import"SSOPasswordCache.idl";
Additional Inherited Members | |
Public Member Functions inherited from XSSOPasswordCache | |
void | addPassword ([in] string UserName, [in] string Password, [in] boolean Persist) raises ( InvalidArgumentException, PersistenceFailureException ) |
adds a username/password combination to the cache. More... | |
string | getPassword ([in] string UserName, [out] boolean Persist) raises ( InvalidArgumentException, PersistenceFailureException ) |
retrieves a password for a given user from the cache. More... | |
void | removePassword ([in] string UserName, [in] boolean RemovePersist) raises ( InvalidArgumentException, PersistenceFailureException ) |
removes a password from the cache More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provided as a convenience for simple username/password based Single Sign-on implementations which don't provide some sort of authentication information repository.
provides access to a cache which maps usernames to associated passwords. Individual cache entries may be persisted.