LibreOffice
LibreOffice 5.0 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 | |
![]() | |
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... | |
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.