Class PrivilegedLookup<T>

    • Constructor Detail

      • PrivilegedLookup

        public PrivilegedLookup​(org.glassfish.hk2.api.ServiceLocator serviceLocator,
                                Class<T> serviceClass,
                                String serviceName)
        Parameters:
        serviceLocator - the HK2 service locator
        serviceClass - the protected HK2 service to be looked up
        serviceName - the name of the service to be looked
      • PrivilegedLookup

        public PrivilegedLookup​(org.glassfish.hk2.api.ServiceLocator serviceLocator,
                                Class<T> serviceClass)
        Parameters:
        serviceLocator - the HK2 service locator
        serviceClass - the protected HK2 service to be looked up