cancel
Showing results for 
Search instead for 
Did you mean: 

pom dependency of AuthenticationApi class in Alfresco

om_bijawat
Champ in-the-making
Champ in-the-making

According to the below github link after adding the dependency of auth-rest-api, we will be able to use AuthenticationApi class to authenticate the user, but I am not getting that class in my IDE.

https://github.com/Alfresco/alfresco-java-sdk/tree/develop/alfresco-java-rest-api/alfresco-java-rest...

Even the same has written in the readme file also.

Can someone help me to identify that in which maven dependency this class is present?

Thanks

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

Alfresco forgot to generate the AuthenticationApi interface from the Swagger API definitions, which is why the Java class is not part of that GitHub repository and as a result not available from the dependencies. Please file an issue with the project regarding the unavailability of the class in the dependencies to have it fixed.