18#ifndef _DECAF_INTERNAL_SECURITYRUNTIME_H_
19#define _DECAF_INTERNAL_SECURITYRUNTIME_H_
29 class SecurityRuntimeImpl;
41 SecurityRuntimeImpl* impl;
43 static SecurityRuntime* securityRuntime;
47 SecurityRuntime(
const SecurityRuntime&);
48 SecurityRuntime& operator=(
const SecurityRuntime&);
decaf::util::concurrent::Mutex * getRuntimeLock()
Gets a pointer to the Security Runtime's Lock object, this can be used by Security layer APIs to sync...
static void shutdownSecurity()
Shutdown the Security layer and free any associated resources, classes in the Decaf library that use ...
static void initializeSecurity()
Initialize the Security layer.
virtual ~SecurityRuntime()
static SecurityRuntime * getSecurityRuntime()
Gets the one and only instance of the Security class, if this is called before the Security layer has...
ServiceRegistry * getServiceRegistry()
Return the Security Framework's Service Registry.
Serves as a registry for all the Providers for services using the naming format of "ServiceName....
Definition ServiceRegistry.h:39
Mutex object that offers recursive support on all platforms as well as providing the ability to use t...
Definition Mutex.h:39
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25