cancel
Showing results for 
Search instead for 
Did you mean: 

Classes using for user authentication in Alfresco share.

shibu
Champ in-the-making
Champ in-the-making
Which are the classes using for user authentication in Alfresco share?
I am using alfresco.4.2.c.
1 REPLY 1

scouil
Star Contributor
Star Contributor
Hi Shibu,

The classes depend on what you're actually trying to do.
If you want the webservice-level, you might want to go for org.alfresco.web.site.SlingshotUserFactory.
If you want the global login class, have a look at org.alfresco.repo.web.scripts.bean.LoginPost
If you want the deep-down mechanisms, then it depends if you use NTML; LDAP, etc.
Check the classes there: org.alfresco.repo.security.authentication.*

Hope it helps.