2017-05-31 31 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

謝謝,這解決了我的問題 –