public class RemoteUserAuthenticatorFactory.RemoteUserAuthenticator extends BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
authorization, listener, servletReq, servletRes, ticket
Constructor and Description |
---|
RemoteUserAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res,
AuthenticationListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
boolean isGuest) |
protected String |
getRemoteUser()
Retrieve the remote user from servlet request header when using a secure connection.
|
emptyCredentials
public RemoteUserAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res, AuthenticationListener listener)
public boolean authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required, boolean isGuest)
authenticate
in interface org.springframework.extensions.webscripts.Authenticator
authenticate
in class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
protected String getRemoteUser()
Copyright © 2005–2017 Alfresco Software. All rights reserved.