10-21-2010 06:57 AM
10-22-2010 08:08 AM
10-23-2010 04:41 AM
I think that code is from the one of the Alfresco Share AuthenticationFilter classes.
Connectors and Authenticators are used under the covers in SpringSurf to perform and maintain the authentication credentials for user. So a user will be logged in over a connector to an endpoint (some remote server probably), and it is the responsibility of the connector to perform that work and then maintain the credentials (probably just an auth value in a cookie header or maybe a ticket value on a url) for future requests made by that user.
So for example in Alfresco Share, we make requests via the "alfresco" endpoint, which in turn uses the "alfresco-ticket" authenticator. Note that this is part of SpringSurf config out-of-the-box to make Alfresco connectivity easy.
To give you (and others who have asked similar questions) a better example, I will be writing a blog post shortly on creating a simple SpringSurf app that connects to an Alfresco repo to authenticate it's users.
Thanks,
Kev
10-26-2010 09:06 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.