public class AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator extends Object implements Authenticator
| Constructor and Description |
|---|
AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator(WebScriptServletRequest req,
WebScriptServletResponse res)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(Description.RequiredAuthentication required,
boolean isGuest)
Checks that the user has access to the webscript.
|
boolean |
emptyCredentials()
Check if the credentials are empty.
|
public AbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticator(WebScriptServletRequest req, WebScriptServletResponse res)
public boolean authenticate(Description.RequiredAuthentication required, boolean isGuest)
authenticate in interface Authenticatorrequired - Required level of authenticationisGuest - true if a Guest is accessing the web scriptpublic boolean emptyCredentials()
emptyCredentials in interface AuthenticatorCopyright © 2005–2018 Alfresco Software. All rights reserved.