service AccessController in module com::sun::star::security::

(Global Index)

Syntax

service AccessController;

Description

WARNING: this is just a draft and may be changed!

This service supports the XAccessController interface for checking security permissions along with the current threads' permissions.

It obviously has also to be ensured that the object is process-local to assure that permission checks are not corrupted via insecure inter-process communication.

Exported Interfaces

com::sun::star::security::XAccessController

Top of Page