Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)

125604 jkaabimofrad: RA-933: Initial commit for ticket base authentication.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127556 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamal Kaabi-Mofrad
2016-06-02 21:26:29 +00:00
parent fb2bf792e7
commit d29575ff1b
12 changed files with 760 additions and 14 deletions

View File

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