Uses of Interface
org.springframework.extensions.webscripts.Authenticator
-
Packages that use Authenticator Package Description 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 Modifier and Type Class Description classAbstractBasicHttpAuthenticatorFactory.BasicHttpAuthenticatorHTTP Basic AuthenticationMethods in org.springframework.extensions.webscripts that return Authenticator Modifier and Type Method Description AuthenticatorAbstractBasicHttpAuthenticatorFactory. 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 Authenticator Modifier and Type Method Description booleanAbstractRuntimeContainer. 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.portlet
Methods in org.springframework.extensions.webscripts.portlet that return Authenticator Modifier and Type Method Description AuthenticatorPortletAuthenticatorFactory. 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 Modifier and Type Method Description AuthenticatorServletAuthenticatorFactory. create(WebScriptServletRequest req, WebScriptServletResponse res)Create Servlet Authenticatorprotected AuthenticatorWebScriptServletRuntime. createAuthenticator()
-