标签: annotations cxf jax-rs
我正在尝试以编程方式访问我的类中的javax.ws.rs.core.SecurityContext而不使用@Context注释,这是一种方法吗?
@Context
e.g。 Spring提供SecurityContextHolder.getContext()之类的实现,从ThreadLocal获取对象;在CXF JAX-RS中是否有类似的实现?
SecurityContextHolder.getContext()
ThreadLocal