Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.impl | |
io.undertow.server.handlers.form | |
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 |
DigestAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
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 |
ExternalAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
GenericHeaderAuthenticationMechanism.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 |
---|---|
AuthenticationMechanism |
ImmediateAuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Copyright © 2017. All rights reserved.