@Provider public class UserProvider extends com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<UserGroupInformation> implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>
| Constructor and Description |
|---|
UserProvider() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<UserGroupInformation> |
getInjectable(com.sun.jersey.core.spi.component.ComponentContext componentContext,
javax.ws.rs.core.Context context,
Type type) |
com.sun.jersey.core.spi.component.ComponentScope |
getScope() |
UserGroupInformation |
getValue(com.sun.jersey.api.core.HttpContext context) |
public UserProvider()
public UserGroupInformation getValue(com.sun.jersey.api.core.HttpContext context)
getValue in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<UserGroupInformation>public com.sun.jersey.core.spi.component.ComponentScope getScope()
getScope in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>public com.sun.jersey.spi.inject.Injectable<UserGroupInformation> getInjectable(com.sun.jersey.core.spi.component.ComponentContext componentContext, javax.ws.rs.core.Context context, Type type)
getInjectable in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>Copyright © 2018 CERN. All Rights Reserved.