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 SecureActionURLHandlersBundleStreamHandler. m_actionprivate SecureActionURLHandlersContentHandlerProxy. m_actionprivate SecureActionURLHandlersStreamHandlerProxy. m_actionprivate static SecureActionBundleRevisionImpl. m_secureAction(package private) static SecureActionFelix. m_secureActionprivate static SecureActionURLHandlers. m_secureActionMethods in org.apache.felix.framework that return SecureAction Modifier and Type Method Description (package private) static SecureActionBundleRevisionImpl. 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 SecureActionBundleCache. m_secureActionMethods in org.apache.felix.framework.cache that return SecureAction Modifier and Type Method Description (package private) static SecureActionBundleCache. 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 SecureActionCapabilitySet. 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 SecureActionEventDispatcher. m_secureActionprivate static SecureActionWeakZipFileFactory. m_secureActionMethods in org.apache.felix.framework.util with parameters of type SecureAction Modifier and Type Method Description static java.lang.ClassUtil. 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.
-