pom dependency of AuthenticationApi class in Alfresco

cancel
Showing results for 
Search instead for 
Did you mean: 
om_bijawat
Member II

pom dependency of AuthenticationApi class in Alfresco

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
afaust
Master

Re: pom dependency of AuthenticationApi class in Alfresco

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.