#include <utility>
#include <vector>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <osl/thread.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <uno/current_context.h>
#include <uno/lbnames.h>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/uno/XCurrentContext.hpp>
#include <com/sun/star/uno/DeploymentException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/security/XAccessController.hpp>
#include <com/sun/star/security/XPolicy.hpp>
#include "lru_cache.h"
#include "permissions.h"
#include <memory>
Go to the source code of this file.
|
constexpr OUStringLiteral | SERVICE_NAME = u"com.sun.star.security.AccessController" |
|
constexpr OUStringLiteral | USER_CREDS = u"access-control.user-credentials.id" |
|
◆ com_sun_star_security_comp_stoc_AccessController_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_security_comp_stoc_AccessController_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ SERVICE_NAME
constexpr OUStringLiteral SERVICE_NAME = u"com.sun.star.security.AccessController" |
|
constexpr |
◆ USER_CREDS
constexpr OUStringLiteral USER_CREDS = u"access-control.user-credentials.id" |
|
constexpr |