Uses of Class
io.undertow.server.handlers.form.FormParserFactory
Packages that use FormParserFactory
Package
Description
-
Uses of FormParserFactory in io.undertow.security.api
Methods in io.undertow.security.api with parameters of type FormParserFactoryModifier and TypeMethodDescriptiondefault AuthenticationMechanismAuthenticationMechanismFactory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Creates an authentication mechanism that needs access to the deployment IdentityManager and specified propertiesdefault AuthenticationMechanismAuthenticationMechanismFactory.create(String mechanismName, FormParserFactory formParserFactory, Map<String, String> properties) Deprecated. -
Uses of FormParserFactory in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type FormParserFactoryModifier and TypeMethodDescriptionBasicAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) ClientCertAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) DigestAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) ExternalAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) GenericHeaderAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Constructors in io.undertow.security.impl with parameters of type FormParserFactoryModifierConstructorDescriptionFormAuthenticationMechanism(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 FormParserFactoryConstructors in io.undertow.server.handlers.form with parameters of type FormParserFactory -
Uses of FormParserFactory in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return FormParserFactory -
Uses of FormParserFactory in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security with parameters of type FormParserFactoryModifier and TypeMethodDescriptionServletFormAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Constructors in io.undertow.servlet.handlers.security with parameters of type FormParserFactoryModifierConstructorDescriptionServletFormAuthenticationMechanism(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) ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, String defaultPage, boolean overrideInitial, IdentityManager identityManager, boolean saveOriginalRequest) -
Uses of FormParserFactory in io.undertow.util
Methods in io.undertow.util with parameters of type FormParserFactoryModifier and TypeMethodDescriptionImmediateAuthenticationMechanismFactory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties)