cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Share

rutaveejshah
Champ in-the-making
Champ in-the-making
I am new to alfresco share.I want to know that can I create a user using alfresco webservices in alfresco share?If not please provide another way to create a user in alfresco share dynamically.
Please answer as early as possible.
21 REPLIES 21

ddraper
World-Class Innovator
World-Class Innovator
Yes, you can create a user dynamically in Share. If you go to the Admin Console page and select the users option you can do it from their (note: the Admin Console page is only available to administrators. (/share/page/console/admin-console/users)

rutaveejshah
Champ in-the-making
Champ in-the-making
I have one my java based Web application.I want to create alfresco share user and provide the ACL through my java application.Please provide some solution.Can i use the Webservices for the above one? Is Webservices are provide the ACL functionality?For example I want to set a ACL functionality for a folder using my application,What should I DO?I do not want to use alfresco admin console User Interface.

ddraper
World-Class Innovator
World-Class Innovator
The Admin Console users a REST API for creating users and you could re-use that API from your own application. The best way to understand this API would be to use a tool such as Firebug to inspect the XHR requests as you create a user to understand the REST calls that you would need to make.

rutaveejshah
Champ in-the-making
Champ in-the-making
Thank you for your Reply sir.
Can i use the alfresco open cmis for creating a user from my java application?
If yes than how to do that.
Please reply me as soon as possible.

ddraper
World-Class Innovator
World-Class Innovator
A simple Google search could have found this information for you. Please consider trying that in the future.

https://forums.alfresco.com/forum/developer-discussions/development-environment/create-user-alfresco...

rutaveejshah
Champ in-the-making
Champ in-the-making
Thank you for your reply.
I have search on the google about this.
But i could not understand about the ContentModel.PROP_USERNAME in alfresco open cmis.Which jar should be used for that.
Please Reply.
Thank you in Advance.

ddraper
World-Class Innovator
World-Class Innovator
The ContentModel class can be found in the alfresco-data-model-*.jar

rutaveejshah
Champ in-the-making
Champ in-the-making
Thank you fo your reply.
In alfresco share we are providing acl by searching user name.
I want that i want to provide the acl by designation and city.
How can i do that.
Please Guide me on that Part.

Thank You 

ddraper
World-Class Innovator
World-Class Innovator
If you could demonstrate that you're actually performing some due diligence and making an attempt to investigate and address your problems yourself then you're more likely to get answers. I'm very confident that this information can be found via searching the Wikis, Documentation and these forums. I've done my best to help you on your way, if you have a more specific question then I'll do my best to assist, but I doubt you'll get many responses to questions of this style on the forums.