Uses of Interface
org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
-
-
Uses of ServletAuthenticatorFactory in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement ServletAuthenticatorFactory Modifier and Type Class Description classAbstractBasicHttpAuthenticatorFactoryHTTP Basic Authentication -
Uses of ServletAuthenticatorFactory in org.springframework.extensions.webscripts.servlet
Fields in org.springframework.extensions.webscripts.servlet declared as ServletAuthenticatorFactory Modifier and Type Field Description protected ServletAuthenticatorFactoryWebScriptServlet. authenticatorFactoryprotected ServletAuthenticatorFactoryWebScriptServletRuntime. authFactoryConstructors in org.springframework.extensions.webscripts.servlet with parameters of type ServletAuthenticatorFactory Constructor Description WebScriptServletRuntime(RuntimeContainer container, ServletAuthenticatorFactory authFactory, javax.servlet.http.HttpServletRequest req, javax.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 ServletAuthenticatorFactory Modifier and Type Field Description protected ServletAuthenticatorFactoryWebScriptView. authenticatorFactoryprotected ServletAuthenticatorFactoryWebScriptViewResolver. authenticatorFactoryMethods in org.springframework.extensions.webscripts.servlet.mvc with parameters of type ServletAuthenticatorFactory Modifier and Type Method Description voidWebScriptViewResolver. setAuthenticatorFactory(ServletAuthenticatorFactory authenticatorFactory)Sets the authenticator factory.Constructors in org.springframework.extensions.webscripts.servlet.mvc with parameters of type ServletAuthenticatorFactory Constructor Description WebScriptView(RuntimeContainer container, ServletAuthenticatorFactory authenticatorFactory, org.springframework.extensions.config.ConfigService configService)WebScriptView constructorWebScriptViewRuntime(java.lang.String url, RuntimeContainer container, ServletAuthenticatorFactory authFactory, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ServerProperties serverProperties)Construction
-