18#ifndef _DECAF_INTERNAL_SECURITYRUNTIME_H_
19#define _DECAF_INTERNAL_SECURITYRUNTIME_H_
29 class SecurityRuntimeImpl;
30 class ServiceRegistry;
41 SecurityRuntimeImpl* impl;
Internal class used to manage Security related resources and hide platform dependent calls from the h...
Definition: SecurityRuntime.h:38
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