Class PrivilegedLookup<T>
- java.lang.Object
-
- org.glassfish.security.services.common.PrivilegedLookup<T>
-
- All Implemented Interfaces:
PrivilegedAction<T>
public class PrivilegedLookup<T> extends Object implements PrivilegedAction<T>
-
-
Constructor Summary
Constructors Constructor Description PrivilegedLookup(org.glassfish.hk2.api.ServiceLocator serviceLocator, Class<T> serviceClass)PrivilegedLookup(org.glassfish.hk2.api.ServiceLocator serviceLocator, Class<T> serviceClass, String serviceName)
-
-
-
Constructor Detail
-
PrivilegedLookup
public PrivilegedLookup(org.glassfish.hk2.api.ServiceLocator serviceLocator, Class<T> serviceClass, String serviceName)- Parameters:
serviceLocator- the HK2 service locatorserviceClass- the protected HK2 service to be looked upserviceName- the name of the service to be looked
-
-
Method Detail
-
run
public T run()
- Specified by:
runin interfacePrivilegedAction<T>
-
-