Package | Description |
---|---|
io.undertow.security.impl | |
io.undertow.servlet.api | |
io.undertow.servlet.handlers.security | |
io.undertow.util |
Modifier and Type | Class and Description |
---|---|
static class | BasicAuthenticationMechanism.Factory |
static class | ClientCertAuthenticationMechanism.Factory |
static class | DigestAuthenticationMechanism.Factory |
static class | ExternalAuthenticationMechanism.Factory |
static class | GenericHeaderAuthenticationMechanism.Factory |
Modifier and Type | Field and Description |
---|---|
static AuthenticationMechanismFactory | GenericHeaderAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory | ClientCertAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory | BasicAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory | ExternalAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory | DigestAuthenticationMechanism.FACTORY |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticationMechanismFactory> | DeploymentInfo.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addAuthenticationMechanism(String name, AuthenticationMechanismFactory factory) Adds an authentication mechanism. |
Modifier and Type | Class and Description |
---|---|
static class | ServletFormAuthenticationMechanism.Factory |
Modifier and Type | Field and Description |
---|---|
static AuthenticationMechanismFactory | ServletFormAuthenticationMechanism.FACTORY |
Modifier and Type | Class and Description |
---|---|
class | ImmediateAuthenticationMechanismFactory AuthenticationMechanismFactory that simply returns a pre configured AuthenticationMechanism |
Copyright © 2020 JBoss by Red Hat. All rights reserved.