Uses of Interface
org.springframework.extensions.webscripts.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement AuthenticatorModifier and TypeClassDescriptionclassHTTP Basic AuthenticationMethods in org.springframework.extensions.webscripts that return AuthenticatorModifier and TypeMethodDescriptionAbstractBasicHttpAuthenticatorFactory.create(WebScriptServletRequest req, WebScriptServletResponse res) Factory's create method.protected abstract AuthenticatorAbstractRuntime.createAuthenticator()Create a Web Script AuthenticatorMethods in org.springframework.extensions.webscripts with parameters of type AuthenticatorModifier and TypeMethodDescriptionbooleanAbstractRuntimeContainer.authenticate(Authenticator auth, Description.RequiredAuthentication required) booleanRuntimeContainer.authenticate(Authenticator auth, Description.RequiredAuthentication required) Pre-authenticate container, if requiredprotected voidAbstractRuntime.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) Execute script given the specified contextvoidPresentationContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) voidRuntimeContainer.executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth) Execute the script in the context of the provided request and response -
Uses of Authenticator in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet that return AuthenticatorModifier and TypeMethodDescriptionServletAuthenticatorFactory.create(WebScriptServletRequest req, WebScriptServletResponse res) Create Servlet Authenticatorprotected AuthenticatorWebScriptServletRuntime.createAuthenticator()