Files
alfresco-community-repo/source/java/org/alfresco/rest/api/authentications/package-info.java
Jamal Kaabi-Mofrad 355ae575ef Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
126000 jkaabimofrad: RA-933, RA-934, RA-972: Changed the "tickets" API namespace from "alfresco" to "authentication". Also, added support to the REST API test fwk to handle different API namespaces.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127567 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-02 21:39:14 +00:00

5 lines
202 B
Java

@WebApi(name = "authentication", scope = Api.SCOPE.PUBLIC, version = 1)
package org.alfresco.rest.api.authentications;
import org.alfresco.rest.framework.Api;
import org.alfresco.rest.framework.WebApi;