Uses of Class
org.apache.felix.framework.util.SecureAction
-
Packages that use SecureAction Package Description org.apache.felix.framework org.apache.felix.framework.cache org.apache.felix.framework.capabilityset org.apache.felix.framework.util -
-
Uses of SecureAction in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SecureAction Modifier and Type Field Description private SecureAction
URLHandlersBundleStreamHandler. m_action
private SecureAction
URLHandlersContentHandlerProxy. m_action
private SecureAction
URLHandlersStreamHandlerProxy. m_action
private static SecureAction
BundleRevisionImpl. m_secureAction
(package private) static SecureAction
Felix. m_secureAction
private static SecureAction
URLHandlers. m_secureAction
Methods in org.apache.felix.framework that return SecureAction Modifier and Type Method Description (package private) static SecureAction
BundleRevisionImpl. getSecureAction()
Constructors in org.apache.felix.framework with parameters of type SecureAction Constructor Description URLHandlersBundleStreamHandler(SecureAction action)
URLHandlersContentHandlerProxy(java.lang.String mimeType, SecureAction action, java.net.ContentHandlerFactory factory)
URLHandlersStreamHandlerProxy(java.lang.Object service, SecureAction action)
URLHandlersStreamHandlerProxy(java.lang.String protocol, SecureAction action, java.net.URLStreamHandler builtIn, java.net.URL builtInURL)
-
Uses of SecureAction in org.apache.felix.framework.cache
Fields in org.apache.felix.framework.cache declared as SecureAction Modifier and Type Field Description private static SecureAction
BundleCache. m_secureAction
Methods in org.apache.felix.framework.cache that return SecureAction Modifier and Type Method Description (package private) static SecureAction
BundleCache. getSecureAction()
-
Uses of SecureAction in org.apache.felix.framework.capabilityset
Fields in org.apache.felix.framework.capabilityset declared as SecureAction Modifier and Type Field Description private static SecureAction
CapabilitySet. m_secureAction
-
Uses of SecureAction in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as SecureAction Modifier and Type Field Description private static SecureAction
EventDispatcher. m_secureAction
private static SecureAction
WeakZipFileFactory. m_secureAction
Methods in org.apache.felix.framework.util with parameters of type SecureAction Modifier and Type Method Description static java.lang.Class
Util. loadClassUsingClass(java.lang.Class clazz, java.lang.String name, SecureAction action)
This is a simple utility class that attempts to load the named class using the class loader of the supplied class or the class loader of one of its super classes or their implemented interfaces.
-