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 AuthenticationMechanism
AuthenticationMechanismFactory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.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 AuthenticationMechanism
BasicAuthenticationMechanism.Factory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
AuthenticationMechanism
ClientCertAuthenticationMechanism.Factory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
AuthenticationMechanism
DigestAuthenticationMechanism.Factory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
AuthenticationMechanism
ExternalAuthenticationMechanism.Factory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
AuthenticationMechanism
GenericHeaderAuthenticationMechanism.Factory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
Constructors in io.undertow.security.impl with parameters of type FormParserFactory Constructor Description FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage)
FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage, IdentityManager identityManager)
FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage, java.lang.String postLocation)
FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage, java.lang.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 FormParserFactory
FormParserFactory.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 AuthenticationMechanism
ImmediateAuthenticationMechanismFactory. create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
-