mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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
5 lines
196 B
Java
5 lines
196 B
Java
@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; |