Uses of Class
io.undertow.server.handlers.form.FormParserFactory
-
Packages that use FormParserFactory Package Description io.undertow.security.api io.undertow.security.impl io.undertow.server.handlers.form io.undertow.servlet.core io.undertow.servlet.handlers.security io.undertow.util -
-
Uses of FormParserFactory in io.undertow.security.api
Methods in io.undertow.security.api with parameters of type FormParserFactory Modifier and Type Method Description AuthenticationMechanismAuthenticationMechanismFactory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)Creates an authentication mechanism using the specified properties -
Uses of FormParserFactory in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type FormParserFactory Modifier and Type Method Description AuthenticationMechanismBasicAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismClientCertAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismDigestAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismExternalAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismGenericHeaderAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)Constructors in io.undertow.security.impl with parameters of type FormParserFactory Constructor Description FormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage)FormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, IdentityManager identityManager)FormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String postLocation)FormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String postLocation, IdentityManager identityManager) -
Uses of FormParserFactory in io.undertow.server.handlers.form
Methods in io.undertow.server.handlers.form that return FormParserFactory Modifier and Type Method Description FormParserFactoryFormParserFactory.Builder. build()Constructors in io.undertow.server.handlers.form with parameters of type FormParserFactory Constructor Description EagerFormParsingHandler(FormParserFactory formParserFactory) -
Uses of FormParserFactory in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return FormParserFactory Modifier and Type Method Description FormParserFactoryManagedServlet. getFormParserFactory() -
Uses of FormParserFactory in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security with parameters of type FormParserFactory Modifier and Type Method Description AuthenticationMechanismServletFormAuthenticationMechanism.Factory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)Constructors in io.undertow.servlet.handlers.security with parameters of type FormParserFactory Constructor Description ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage)ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, IdentityManager identityManager)ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, IdentityManager identityManager, boolean saveOriginalRequest)ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String postLocation) -
Uses of FormParserFactory in io.undertow.util
Methods in io.undertow.util with parameters of type FormParserFactory Modifier and Type Method Description AuthenticationMechanismImmediateAuthenticationMechanismFactory. create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)
-