| Package | Description |
|---|---|
| io.undertow.security.api | |
| io.undertow.security.impl | |
| io.undertow.server.handlers.form | |
| io.undertow.util |
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationMechanism |
AuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Creates an authentication mechanism using the specified properties
|
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationMechanism |
BasicAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
ClientCertAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
DigestAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
ExternalAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
GenericHeaderAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
FormParserFactory |
FormParserFactory.Builder.build() |
| Constructor | Description |
|---|---|
EagerFormParsingHandler(FormParserFactory formParserFactory) |
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationMechanism |
ImmediateAuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Copyright © 2018. All rights reserved.