cancel
Showing results for 
Search instead for 
Did you mean: 

Where is authentication service object ...

kannank
Champ in-the-making
Champ in-the-making
Hi,

I am using C#.NET in our project and added authentication webservice using "authentication-service.wsdl" file and that is working fine.

When I tried to see the authentication class, I am not able to find that - I have searched in the "/alfresco/webapps/" path and not able to see that.

Please tell me where can I see the AuthenticationService.class file.

Looking for your help,

Regards,

K.Kannan.
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

The authentication service API and implementation are in the repository project. These will be packaged in repository.jar.

org/alfresco/service/cmr/security/AuthenticationService.class
org/alfresco/repo/security/authentication/AuthenticationServiceImpl.class

Regards

Andy