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.
|
emptyCredentialspublic 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.Authenticatorauthenticate in class BasicHttpAuthenticatorFactory.BasicHttpAuthenticatorprotected String getRemoteUser()
Copyright © 2005–2018 Alfresco Software. All rights reserved.