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