Uses of Interface
org.springframework.extensions.webscripts.Authenticator

Packages that use Authenticator
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.portlet   
org.springframework.extensions.webscripts.servlet   
 

Uses of Authenticator in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement Authenticator
 class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
          HTTP Basic Authentication
 

Methods in org.springframework.extensions.webscripts that return Authenticator
 Authenticator BasicHttpAuthenticatorFactory.create(WebScriptServletRequest req, WebScriptServletResponse res)
           
protected  Authenticator LocalWebScriptRuntime.createAuthenticator()
           
protected abstract  Authenticator AbstractRuntime.createAuthenticator()
          Create a Web Script Authenticator
 

Methods in org.springframework.extensions.webscripts with parameters of type Authenticator
 boolean RuntimeContainer.authenticate(Authenticator auth, Description.RequiredAuthentication required)
          Pre-authenticate container, if required
 boolean AbstractRuntimeContainer.authenticate(Authenticator auth, Description.RequiredAuthentication required)
           
 void LocalWebScriptRuntimeContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth)
           
 void RuntimeContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth)
          Execute the script in the context of the provided request and response
 void PresentationContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth)
           
protected  void AbstractRuntime.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth)
          Execute script given the specified context
 

Uses of Authenticator in org.springframework.extensions.webscripts.portlet
 

Methods in org.springframework.extensions.webscripts.portlet that return Authenticator
 Authenticator PortletAuthenticatorFactory.create(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
          Create Authenticator
 

Uses of Authenticator in org.springframework.extensions.webscripts.servlet
 

Methods in org.springframework.extensions.webscripts.servlet that return Authenticator
 Authenticator ServletAuthenticatorFactory.create(WebScriptServletRequest req, WebScriptServletResponse res)
          Create Servlet Authenticator
protected  Authenticator WebScriptServletRuntime.createAuthenticator()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.