@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>
| 构造器和说明 |
|---|
UserProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 UserGroupInformation getValue(com.sun.jersey.api.core.HttpContext context)
getValue 在类中 com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<UserGroupInformation>public com.sun.jersey.core.spi.component.ComponentScope getScope()
getScope 在接口中 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 在接口中 com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Type>Copyright © 2009 The Apache Software Foundation