Both clases ClientCredentialsGrantHandler and SignedJWTAuthenticator have the package name "org.wso2.carbon.identity...", which implies that they belong to Carbon Identity Management.
We have not extended ClientCredentialsGrantHandler class, rather we have duplicated the code and added more logic, that's why it looks like a fork: https://github.com/wso2/carbon-identity/blob/master/components/identity/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/ClientCredentialsGrantHandler.java Same applies to SignedJWTAuthenticator: /authenticators/signedjwt-authenticator/4.2.0/src/main/java/org/wso2/carbon/ identity/authenticator/signedjwt/SignedJWTAuthenticator.java http://web.archiveorange.com/archive/v/Njy1e7l7s8G2XwYwBn8E Thanks On Wed, Dec 24, 2014 at 10:12 PM, Udara Liyanage <ud...@wso2.com> wrote: > Hi Imesh, > > Those are not identity components. Only JWT authenticator which is used by > AF is forked. Client credential handler is extended by me to return an JWT > token which earlier sent a text token. It is not a folk I guess. > > I will add it to readme. > > > > Touched, not typed. Erroneous words are a feature, not a typo. > On Dec 24, 2014 10:06 PM, "Imesh Gunaratne" <im...@apache.org> wrote: > >> Hi Devs, >> >> Shall we mention the reasons for forking following Carbon Identity >> Management classes in a README file: >> >> >> Thanks >> >> >> >> >> -- >> Imesh Gunaratne >> >> Technical Lead, WSO2 >> Committer & PMC Member, Apache Stratos >> > -- Imesh Gunaratne Technical Lead, WSO2 Committer & PMC Member, Apache Stratos