public class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
extends java.lang.Object
implements org.springframework.extensions.webscripts.Authenticator
Constructor and Description |
---|
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res,
AuthenticationListener listener)
Construct
|
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
boolean isGuest) |
boolean |
emptyCredentials() |
public BasicHttpAuthenticatorFactory.BasicHttpAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res, AuthenticationListener listener)
authenticationService
- req
- res
- listener
- public boolean authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required, boolean isGuest)
authenticate
in interface org.springframework.extensions.webscripts.Authenticator
public boolean emptyCredentials()
emptyCredentials
in interface org.springframework.extensions.webscripts.Authenticator
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.