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 AuthenticationMechanism
AuthenticationMechanismFactory.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 AuthenticationMechanism
AuthenticationMechanismFactory.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.util
Methods in io.undertow.util with parameters of type FormParserFactoryModifier and TypeMethodDescriptionImmediateAuthenticationMechanismFactory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties)