WSO2是OauthTokenIssuerImpl的maven包

WSO2is maven package for OauthTokenIssuerImpl

我正在尝试为 WSO2 IS 5.3.0 编写自定义 JWT 访问令牌 generator/issuer。

根据 post https://medium.com/@hasinthaindrajee/self-contained-access-tokens-with-wso2-identity-server-82111631d5b6 我需要实现一个扩展 org.wso2.carbon.identity.oauth2.token.OauthTokenIssuerImpl 的 class .

然而,当我在 https://github.com/hasinthaindrajee/SelfContainedAccessTokenGenerator

查看示例实现时

我发现自己缺少 class org.wso2.carbon.identity.oauth2.token.OauthTokenIssuerImpl

所以,我的问题是:对应包的groupId、artifactId和version是多少?包含包的存储库是什么?

谢谢

上述 class 的代码可用于 here. You can refer the component's pom.xml here groupId、artifactId 等