org.alfresco.repo.web.scripts.servlet
Class WebClientAuthenticatorFactory.WebClientAuthenticator
java.lang.Object
org.alfresco.repo.web.scripts.servlet.WebClientAuthenticatorFactory.WebClientAuthenticator
- All Implemented Interfaces:
- org.springframework.extensions.webscripts.Authenticator
- Enclosing class:
- WebClientAuthenticatorFactory
public class WebClientAuthenticatorFactory.WebClientAuthenticator
- extends java.lang.Object
- implements org.springframework.extensions.webscripts.Authenticator
Alfresco Web Client Authentication
Method Summary |
boolean |
authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
boolean isGuest)
|
boolean |
emptyCredentials()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebClientAuthenticatorFactory.WebClientAuthenticator
public WebClientAuthenticatorFactory.WebClientAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
- Construct
- Parameters:
authenticationService
- req
- res
-
authenticate
public boolean authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
boolean isGuest)
- Specified by:
authenticate
in interface org.springframework.extensions.webscripts.Authenticator
emptyCredentials
public boolean emptyCredentials()
- Specified by:
emptyCredentials
in interface org.springframework.extensions.webscripts.Authenticator
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.