2017-05-31 51 views
0

我正在为WSO2 IS 5.3.0编写一个自定义的JWT访问令牌生成器/颁发者。WSO2is maven包的OauthTokenIssuerImpl

按照帖子https://medium.com/@hasinthaindrajee/self-contained-access-tokens-with-wso2-identity-server-82111631d5b6我需要实现一个扩展org.wso2.carbon.identity.oauth2.token的类。 OauthTokenIssuerImpl

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

检查出的例子implememtation我发现自己错过了类org.wso2.carbon.identity.oauth2.token。 OauthTokenIssuerImpl

所以,我的问题:什么是groupId,artifactId和相应的包版本?以及包含该软件包的存储库是什么?

感谢

回答

1

用于上述类的代码是可用的here。你可以参考该组件的pom.xml here为groupId,artifactId等

+0

谢谢,这解决了我的问题 –