enum RememberAuthentication in module com::sun::star::ucb::

(Global Index)

Syntax

enum RememberAuthentication;

Description

A specification of how long to remember some authentication data.

Values Summary

NO Do not remember the authentication data (use it once and immediately forget about it).

SESSION Remember the authentication data, but only until the end of the current session.

PERSISTENT Remember the authentication data 'forever'.

Values Details



NO

Syntax

NO,

Description

Do not remember the authentication data (use it once and immediately forget about it).


SESSION

Syntax

SESSION,

Description

Remember the authentication data, but only until the end of the current session.


PERSISTENT

Syntax

PERSISTENT,

Description

Remember the authentication data 'forever'.

Top of Page