Uses of Interface
org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Packages that use ServletAuthenticatorFactory
Package
Description
-
Uses of ServletAuthenticatorFactory in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement ServletAuthenticatorFactoryModifier and TypeClassDescriptionclassHTTP Basic Authentication -
Uses of ServletAuthenticatorFactory in org.springframework.extensions.webscripts.servlet
Fields in org.springframework.extensions.webscripts.servlet declared as ServletAuthenticatorFactoryModifier and TypeFieldDescriptionprotected ServletAuthenticatorFactoryWebScriptServlet.authenticatorFactoryprotected ServletAuthenticatorFactoryWebScriptServletRuntime.authFactoryConstructors in org.springframework.extensions.webscripts.servlet with parameters of type ServletAuthenticatorFactoryModifierConstructorDescriptionWebScriptServletRuntime(RuntimeContainer container, ServletAuthenticatorFactory authFactory, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, ServerProperties serverProperties) Construct -
Uses of ServletAuthenticatorFactory in org.springframework.extensions.webscripts.servlet.mvc
Fields in org.springframework.extensions.webscripts.servlet.mvc declared as ServletAuthenticatorFactoryModifier and TypeFieldDescriptionprotected ServletAuthenticatorFactoryWebScriptView.authenticatorFactoryprotected ServletAuthenticatorFactoryWebScriptViewResolver.authenticatorFactoryMethods in org.springframework.extensions.webscripts.servlet.mvc with parameters of type ServletAuthenticatorFactoryModifier and TypeMethodDescriptionvoidWebScriptViewResolver.setAuthenticatorFactory(ServletAuthenticatorFactory authenticatorFactory) Sets the authenticator factory.Constructors in org.springframework.extensions.webscripts.servlet.mvc with parameters of type ServletAuthenticatorFactoryModifierConstructorDescriptionWebScriptView(RuntimeContainer container, ServletAuthenticatorFactory authenticatorFactory, org.springframework.extensions.config.ConfigService configService) WebScriptView constructorWebScriptViewRuntime(String url, RuntimeContainer container, ServletAuthenticatorFactory authFactory, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, ServerProperties serverProperties) Construction