在Swagger中启用“授权”按钮

时间:2017-07-11 10:24:34

标签: security jax-rs cxf swagger

我想在Swagger客户端/文档中启用api_key安全性定义。

我使用swagger-ui-2.2.10。

我使用带有CXF的JAX-RS,以及带有bean.xml配置的 Swagger2Feature

我也想激活我的http,https方案。

以下是我想要的示例: authorize buttonauthorization with api key

我不确定我是否可以做那样的Swagger注释:

authorizations = {@Authorization(value="api_key")}

@ApiKeyAuthDefinition(name="Authorization", description="X-API-Key", in=ApiKeyLocation.HEADER, key = "")

0 个答案:

没有答案