org.springframework.extensions.webscripts
Class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator

java.lang.Object
  extended by org.springframework.extensions.webscripts.BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
All Implemented Interfaces:
Authenticator
Enclosing class:
BasicHttpAuthenticatorFactory

public class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
extends Object
implements Authenticator

HTTP Basic Authentication


Constructor Summary
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator(WebScriptServletRequest req, WebScriptServletResponse res)
          Construct
 
Method Summary
 boolean authenticate(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
 

Constructor Detail

BasicHttpAuthenticatorFactory.BasicHttpAuthenticator

public BasicHttpAuthenticatorFactory.BasicHttpAuthenticator(WebScriptServletRequest req,
                                                            WebScriptServletResponse res)
Construct

Parameters:
authenticationService -
req -
res -
Method Detail

authenticate

public boolean authenticate(Description.RequiredAuthentication required,
                            boolean isGuest)
Specified by:
authenticate in interface Authenticator

emptyCredentials

public boolean emptyCredentials()
Specified by:
emptyCredentials in interface Authenticator


Copyright © 2009 SpringSource, Inc. All Rights Reserved.