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.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 default 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 FormParserFactory Modifier and Type Method Description AuthenticationMechanismBasicAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismClientCertAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismDigestAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismExternalAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismGenericHeaderAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, 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.util
Methods in io.undertow.util with parameters of type FormParserFactory Modifier and Type Method Description AuthenticationMechanismImmediateAuthenticationMechanismFactory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)
-