Hi Azeez, We deprecated CarbonServerAuthenticator with the introduction of basic access authentication. We do not need a separate method to authenticate with remember me cookie data. For that we have separate implementation called CookieAuthenticator. This will check whether remember me cookie data is in the incoming request and if present will use that information to do the authentication. Therefore we do not need an interface method to do authentication with cookie data.
Thanks AmilaJ On Wed, May 16, 2012 at 12:30 PM, Afkham Azeez <[email protected]> wrote: > The documentation mentions > that org.wso2.carbon.core.services.authentication.ServerAuthenticator should > be used in place > of org.wso2.carbon.core.services.authentication.CarbonServerAuthenticator. > However, ServerAuthenticator does not have methods such as > authenticateWithRememberMe. > > How do we properly fix this? > > -- > Afkham Azeez > Director of Architecture; WSO2, Inc.; http://wso2.com > Member; Apache Software Foundation; http://www.apache.org/ > > email: [email protected] cell: +94 77 3320919 > blog: http://blog.afkham.org > twitter: http://twitter.com/afkham_azeez > linked-in: http://lk.linkedin.com/in/afkhamazeez > > Lean . Enterprise . Middleware > -- Mobile : +94773330538 _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
