Class PublicApiAuthenticatorFactory.PublicApiAuthenticator

    • Constructor Detail

      • PublicApiAuthenticator

        public PublicApiAuthenticator​(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
                                      org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res,
                                      org.alfresco.rest.api.PublicApiAuthenticatorFactory.ProxyListener proxyListener)
        Construct
        Parameters:
        req - WebScriptServletRequest
        res - WebScriptServletResponse
        proxyListener - ProxyListener
    • Method Detail

      • authenticate

        public boolean authenticate​(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
                                    boolean isGuest)
        Specified by:
        authenticate in interface org.springframework.extensions.webscripts.Authenticator
        Overrides:
        authenticate in class RemoteUserAuthenticatorFactory.RemoteUserAuthenticator