我是WSO2 API Manager的新手。我想实施JWT with WSO2 APIM
,因此请参考http://wso2.com/library/articles/2014/12/customize-json-web-token-generation-with-wso2-api-manager-1.8.0/和http://sanjeewamalalgoda.blogspot.in/2014/12/how-to-generate-custom-jwt-in-wso2-api.html。
当我从链接实现代码时,我看到以下错误。请告诉我们需要哪个jar文件?你能否提供完整的步骤来实现这一目标?没有人详细说明所有步骤。请帮忙。
import org.wso2.carbon.apimgt.impl.APIConstants;
import org.wso2.carbon.apimgt.impl.dto.APIKeyValidationInfoDTO;
import org.wso2.carbon.apimgt.impl.token.JWTGenerator;
import org.wso2.carbon.apimgt.api.*;
答案 0 :(得分:0)
您需要添加以下maven依赖项
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
<version>1.2.3</version>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.carbon.apimgt.impl</artifactId>
<version>1.2.3</version>