Uses of Class
org.apache.felix.framework.util.SecureAction
Packages that use SecureAction
Package
Description
-
Uses of SecureAction in org.apache.felix.framework
Fields in org.apache.felix.framework declared as SecureActionModifier and TypeFieldDescriptionprivate final SecureAction
URLHandlersBundleStreamHandler.m_action
private final SecureAction
URLHandlersContentHandlerProxy.m_action
private final SecureAction
URLHandlersStreamHandlerProxy.m_action
private static final SecureAction
BundleRevisionImpl.m_secureAction
(package private) static final SecureAction
Felix.m_secureAction
private static final SecureAction
URLHandlers.m_secureAction
Methods in org.apache.felix.framework that return SecureActionModifier and TypeMethodDescription(package private) static SecureAction
BundleRevisionImpl.getSecureAction()
Constructors in org.apache.felix.framework with parameters of type SecureActionModifierConstructorDescriptionURLHandlersContentHandlerProxy
(String mimeType, SecureAction action, ContentHandlerFactory factory) private
URLHandlersStreamHandlerProxy
(Object service, SecureAction action) URLHandlersStreamHandlerProxy
(String protocol, SecureAction action, URLStreamHandler builtIn, URL builtInURL) -
Uses of SecureAction in org.apache.felix.framework.cache
Fields in org.apache.felix.framework.cache declared as SecureActionMethods in org.apache.felix.framework.cache that return SecureActionModifier and TypeMethodDescription(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 -
Uses of SecureAction in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as SecureActionModifier and TypeFieldDescriptionprivate static final SecureAction
EventDispatcher.m_secureAction
private static final SecureAction
WeakZipFileFactory.m_secureAction
Methods in org.apache.felix.framework.util with parameters of type SecureActionModifier and TypeMethodDescriptionstatic Class
Util.loadClassUsingClass
(Class clazz, 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.